Html Css Color HEX #D22DAB Deep Cerise

📋 copy color: '#D22DAB'

red 210 ◦ green 45 ◦ blue 171

#D22DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D22DAB

Tints of Deep Cerise #D22DAB

RGB

 RED value IS 210 (82.42% from 255) = 49.3%

 GREEN value IS 45 (17.97% from 255) = 10.56%

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 49.3%
G = 10.56%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D22DAB (or 0xD22DAB) is known color: Deep Cerise. HEX triplet: D2, 2D and AB. RGB value is (210,45,171). Sum of RGB (Red+Green+Blue) = 210+45+171=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22DAB is #2DD254. Grayscale: #6C6C6C. Windows color (decimal): -3002965 or 11218386. OLE color: 11218386.

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

Color convert

RGB 210 45 171 -
CMYK 0 0.79 0.19 0.18
HSL 314.18º 0.65% 0.5% -
HSV(B) 314.18º 0.79% 0.82% -
XYZ 34.87 18.52 40.26 -
YUV 108.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 210 45 171 0 0.79 0.19 0.18 314.18 0.65 0.5
Hex D2 2D AB 0 4F 13 12 13A 41 32
Octal 322 55 253 0 117 23 22 472 101 62
Binary 11010010 101101 10101011 0 1001111 10011 10010 100111010 1000001 110010

Color Harmonies of #D22DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22DAB

Black with #D22DAB

Text Example


Text Example

White with #D22DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22DAB; }

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

 H1.HeaderClassName
 {
   color: #D22DAB;
 }
 .AnyTagClassName
 {
   color: #D22DAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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