#DD52C7

Color #DD52C7 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DD52C7

Tints of Free Speech Magenta #DD52C7

Color information

#DD52C7 (or 0xDD52C7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 52 and C7. RGB value is (221,82,199). Sum of RGB (Red+Green+Blue) = 221+82+199=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52C7 is #22AD38. Grayscale: #888888. Windows color (decimal): -2272569 or 13062877. OLE color: 13062877.

HSL color Cylindrical-coordinate representation of color #DD52C7: hue angle of 309.5º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD52C7 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22182199-
CMYK00.630.100.13
HSL309.5º67.15%59.41%-
HSV(B)309.5º62.9%86.67%-
XYZ43.1425.5356.69-
YUV136.9163.05187.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 82 (32.42% from 255) = 16.33%
BLUE value IS 199 (78.12% from 255) = 39.64%
R=44.02%
G=16.33%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218219900.630.100.13309.567.1559.41
HexDD52C703FAD135433b
Octal335122307077121546510373
Binary110111011010010110001110111111101011011001101011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD52C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD52C7; }

 p { color: rgb(221,82,199); }

 H1.HeaderClassName
 {
   color: #DD52C7;
 }
 .AnyTagClassName
 {
   color: #DD52C7;
 }
</style>
background-color css

<style>
 a { background-color: #DD52C7; }

 a { background-color: rgb(221,82,199); }

 div.DivClassName
 {
   background-color: #DD52C7;
 }
 .BgClassName
 {
   background-color: #DD52C7;
 }
</style>
border-color css

<style>
 span { border-color: #DD52C7; }

 span { border-color: rgb(221,82,199); }

 td.TdClassName
 {
   border-color: #DD52C7;
 }
 .TagClassName
 {
   border-color: #DD52C7;
 }
</style>