#DD4EC9

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

Shades of Free Speech Magenta #DD4EC9

Tints of Free Speech Magenta #DD4EC9

Color information

#DD4EC9 (or 0xDD4EC9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4E and C9. RGB value is (221,78,201). Sum of RGB (Red+Green+Blue) = 221+78+201=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4EC9 is #22B136. Grayscale: #868686. Windows color (decimal): -2273591 or 13192925. OLE color: 13192925.

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

Color convert

RGB22178201-
CMYK00.650.090.13
HSL308.39º67.77%58.63%-
HSV(B)308.39º64.71%86.67%-
XYZ43.0925.0457.82-
YUV134.78165.38189.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 78 (30.86% from 255) = 15.6%
BLUE value IS 201 (78.91% from 255) = 40.2%
R=44.2%
G=15.6%
B=40.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217820100.650.090.13308.3967.7758.63
HexDD4EC90419D134443b
Octal3351163110101111546410473
Binary1101110110011101100100101000001100111011001101001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4EC9; }

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

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

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

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

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

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

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

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