#D22B8E

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

Shades of Deep Cerise #D22B8E

Tints of Deep Cerise #D22B8E

Color information

#D22B8E (or 0xD22B8E) is unknown color: approx Deep Cerise. HEX triplet: D2, 2B and 8E. RGB value is (210,43,142). Sum of RGB (Red+Green+Blue) = 210+43+142=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22B8E is #2DD471. Grayscale: #676767. Windows color (decimal): -3003506 or 9317330. OLE color: 9317330.

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

Color convert

RGB21043142-
CMYK00.800.320.18
HSL324.43º66.01%49.61%-
HSV(B)324.43º79.52%82.35%-
XYZ32.3217.3827.24-
YUV104.22149.33203.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.16%
GREEN value IS 43 (17.19% from 255) = 10.89%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=53.16%
G=10.89%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104314200.800.320.18324.4366.0149.61
HexD22B8E05020121444232
Octal322532160120402250410262
Binary110100101010111000111001010000100000100101010001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22B8E; }

 p { color: rgb(210,43,142); }

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

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

 a { background-color: rgb(210,43,142); }

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

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

 span { border-color: rgb(210,43,142); }

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