#D22D8A

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

Shades of Deep Cerise #D22D8A

Tints of Deep Cerise #D22D8A

Color information

#D22D8A (or 0xD22D8A) is unknown color: approx Deep Cerise. HEX triplet: D2, 2D and 8A. RGB value is (210,45,138). Sum of RGB (Red+Green+Blue) = 210+45+138=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22D8A is #2DD275. Grayscale: #686868. Windows color (decimal): -3002998 or 9055698. OLE color: 9055698.

HSL color Cylindrical-coordinate representation of color #D22D8A: hue angle of 326.18º 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 #D22D8A is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB21045138-
CMYK00.790.340.18
HSL326.18º64.71%50%-
HSV(B)326.18º78.57%82.35%-
XYZ32.117.4125.71-
YUV104.94146.66202.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.44%
GREEN value IS 45 (17.97% from 255) = 11.45%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=53.44%
G=11.45%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104513800.790.340.18326.1864.7150
HexD22D8A04F22121464132
Octal322552120117422250610162
Binary110100101011011000101001001111100010100101010001101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22D8A; }

 p { color: rgb(210,45,138); }

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

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

 a { background-color: rgb(210,45,138); }

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

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

 span { border-color: rgb(210,45,138); }

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