#DD4CC5

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

Shades of Free Speech Magenta #DD4CC5

Tints of Free Speech Magenta #DD4CC5

Color information

#DD4CC5 (or 0xDD4CC5) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4C and C5. RGB value is (221,76,197). Sum of RGB (Red+Green+Blue) = 221+76+197=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CC5 is #22B33A. Grayscale: #848484. Windows color (decimal): -2274107 or 12930269. OLE color: 12930269.

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

Color convert

RGB22176197-
CMYK00.660.110.13
HSL309.93º68.08%58.24%-
HSV(B)309.93º65.61%86.67%-
XYZ42.4824.5755.33-
YUV133.15164.04190.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 76 (30.08% from 255) = 15.38%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=44.74%
G=15.38%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217619700.660.110.13309.9368.0858.24
HexDD4CC5042BD136443a
Octal3351143050102131546610472
Binary1101110110011001100010101000010101111011001101101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4CC5; }

 p { color: rgb(221,76,197); }

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

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

 a { background-color: rgb(221,76,197); }

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

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

 span { border-color: rgb(221,76,197); }

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