#DD52C9

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

Shades of Free Speech Magenta #DD52C9

Tints of Free Speech Magenta #DD52C9

Color information

#DD52C9 (or 0xDD52C9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 52 and C9. RGB value is (221,82,201). Sum of RGB (Red+Green+Blue) = 221+82+201=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52C9 is #22AD36. Grayscale: #888888. Windows color (decimal): -2272567 or 13193949. OLE color: 13193949.

HSL color Cylindrical-coordinate representation of color #DD52C9: hue angle of 308.63º 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 #DD52C9 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22182201-
CMYK00.630.090.13
HSL308.63º67.15%59.41%-
HSV(B)308.63º62.9%86.67%-
XYZ43.3825.6257.92-
YUV137.13164.05187.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 82 (32.42% from 255) = 16.27%
BLUE value IS 201 (78.91% from 255) = 39.88%
R=43.85%
G=16.27%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218220100.630.090.13308.6367.1559.41
HexDD52C903F9D135433b
Octal335122311077111546510373
Binary110111011010010110010010111111100111011001101011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD52C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD52C9; }

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

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

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

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

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

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

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

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