Html Css Color HEX #D22AA8 Deep Cerise

📋 copy color: '#D22AA8'

red 210 ◦ green 42 ◦ blue 168

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

Shades of Deep Cerise #D22AA8

Tints of Deep Cerise #D22AA8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10%

 BLUE value IS 168 (66.02% from 255) = 40%

R = 50%
G = 10%
B = 40%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D22AA8 (or 0xD22AA8) is known color: Deep Cerise. HEX triplet: D2, 2A and A8. RGB value is (210,42,168). Sum of RGB (Red+Green+Blue) = 210+42+168=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D22AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22AA8 is #2DD557. Grayscale: #6A6A6A. Windows color (decimal): -3003736 or 11021010. OLE color: 11021010.

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

Color convert

RGB 210 42 168 -
CMYK 0 0.8 0.2 0.18
HSL 315º 0.67% 0.49% -
HSV(B) 315º 0.8% 0.82% -
XYZ 34.47 18.18 38.74 -
YUV 106.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 210 42 168 0 0.8 0.2 0.18 315 0.67 0.49
Hex D2 2A A8 0 50 14 12 13B 43 31
Octal 322 52 250 0 120 24 22 473 103 61
Binary 11010010 101010 10101000 0 1010000 10100 10010 100111011 1000011 110001

Color Harmonies of #D22AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22AA8

Black with #D22AA8

Text Example


Text Example

White with #D22AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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