Html Css Color HEX #D22AAA Deep Cerise

📋 copy color: '#D22AAA'

red 210 ◦ green 42 ◦ blue 170

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

Shades of Deep Cerise #D22AAA

Tints of Deep Cerise #D22AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 49.76%
G = 9.95%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D22AAA (or 0xD22AAA) is known color: Deep Cerise. HEX triplet: D2, 2A and AA. RGB value is (210,42,170). Sum of RGB (Red+Green+Blue) = 210+42+170=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D22AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22AAA is #2DD555. Grayscale: #6A6A6A. Windows color (decimal): -3003734 or 11152082. OLE color: 11152082.

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

Color convert

RGB 210 42 170 -
CMYK 0 0.8 0.19 0.18
HSL 314.29º 0.67% 0.49% -
HSV(B) 314.29º 0.8% 0.82% -
XYZ 34.66 18.26 39.73 -
YUV 106.82 163.66 201.59 -
System Red Green Blue C M Y K H S L
Decimal 210 42 170 0 0.8 0.19 0.18 314.29 0.67 0.49
Hex D2 2A AA 0 50 13 12 13A 43 31
Octal 322 52 252 0 120 23 22 472 103 61
Binary 11010010 101010 10101010 0 1010000 10011 10010 100111010 1000011 110001

Color Harmonies of #D22AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22AAA

Black with #D22AAA

Text Example


Text Example

White with #D22AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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