#D22AAF

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

Shades of Deep Cerise #D22AAF

Tints of Deep Cerise #D22AAF

Color information

#D22AAF (or 0xD22AAF) is unknown color: approx Deep Cerise. HEX triplet: D2, 2A and AF. RGB value is (210,42,175). Sum of RGB (Red+Green+Blue) = 210+42+175=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D22AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22AAF is #2DD550. Grayscale: #6B6B6B. Windows color (decimal): -3003729 or 11479762. OLE color: 11479762.

HSL color Cylindrical-coordinate representation of color #D22AAF: hue angle of 312.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22AAF is Cyan = 0, Magento = 0.8, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB21042175-
CMYK00.80.170.18
HSL312.5º66.67%49.41%-
HSV(B)312.5º80%82.35%-
XYZ35.1418.4542.27-
YUV107.39166.16201.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.18%
GREEN value IS 42 (16.80% from 255) = 9.84%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=49.18%
G=9.84%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104217500.80.170.18312.566.6749.41
HexD22AAF05011121384331
Octal322522570120212247010361
Binary11010010101010101011110101000010001100101001110001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22AAF; }

 p { color: rgb(210,42,175); }

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

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

 a { background-color: rgb(210,42,175); }

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

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

 span { border-color: rgb(210,42,175); }

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