#DD5DC9

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

Shades of Free Speech Magenta #DD5DC9

Tints of Free Speech Magenta #DD5DC9

Color information

#DD5DC9 (or 0xDD5DC9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5D and C9. RGB value is (221,93,201). Sum of RGB (Red+Green+Blue) = 221+93+201=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DC9 is #22A236. Grayscale: #8F8F8F. Windows color (decimal): -2269751 or 13196765. OLE color: 13196765.

HSL color Cylindrical-coordinate representation of color #DD5DC9: hue angle of 309.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DC9 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22193201-
CMYK00.580.090.13
HSL309.38º65.31%61.57%-
HSV(B)309.38º57.92%86.67%-
XYZ44.2827.4258.22-
YUV143.58160.41183.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 93 (36.72% from 255) = 18.06%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=42.91%
G=18.06%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219320100.580.090.13309.3865.3161.57
HexDD5DC903A9D135413e
Octal335135311072111546510176
Binary110111011011101110010010111010100111011001101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DC9; }

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

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

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

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

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

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

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

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