#DD4CC3

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

Shades of Free Speech Magenta #DD4CC3

Tints of Free Speech Magenta #DD4CC3

Color information

#DD4CC3 (or 0xDD4CC3) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4C and C3. RGB value is (221,76,195). Sum of RGB (Red+Green+Blue) = 221+76+195=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CC3 is #22B33C. Grayscale: #848484. Windows color (decimal): -2274109 or 12799197. OLE color: 12799197.

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

Color convert

RGB22176195-
CMYK00.660.120.13
HSL310.76º68.08%58.24%-
HSV(B)310.76º65.61%86.67%-
XYZ42.2524.4854.13-
YUV132.92163.04190.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 76 (30.08% from 255) = 15.45%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=44.92%
G=15.45%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217619500.660.120.13310.7668.0858.24
HexDD4CC3042CD137443a
Octal3351143030102141546710472
Binary1101110110011001100001101000010110011011001101111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4CC3; }

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

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

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

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

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

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

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

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