#D22CAC

Color #D22CAC Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D22CAC

Tints of Deep Cerise #D22CAC

Color information

#D22CAC (or 0xD22CAC) is unknown color: approx Deep Cerise. HEX triplet: D2, 2C and AC. RGB value is (210,44,172). Sum of RGB (Red+Green+Blue) = 210+44+172=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D22CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22CAC is #2DD353. Grayscale: #6B6B6B. Windows color (decimal): -3003220 or 11283666. OLE color: 11283666.

HSL color Cylindrical-coordinate representation of color #D22CAC: hue angle of 313.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22CAC is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB21044172-
CMYK00.790.180.18
HSL313.73º65.35%49.8%-
HSV(B)313.73º79.05%82.35%-
XYZ34.9318.4840.76-
YUV108.23164200.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.30%
GREEN value IS 44 (17.58% from 255) = 10.33%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=49.30%
G=10.33%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104417200.790.180.18313.7365.3549.8
HexD22CAC04F121213a4132
Octal322542540117222247210162
Binary11010010101100101011000100111110010100101001110101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22CAC; }

 p { color: rgb(210,44,172); }

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

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

 a { background-color: rgb(210,44,172); }

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

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

 span { border-color: rgb(210,44,172); }

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