Html Css Color HEX #D22AAE Deep Cerise

📋 copy color: '#D22AAE'

red 210 ◦ green 42 ◦ blue 174

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

Shades of Deep Cerise #D22AAE

Tints of Deep Cerise #D22AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 49.3%
G = 9.86%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D22AAE (or 0xD22AAE) is known color: Deep Cerise. HEX triplet: D2, 2A and AE. RGB value is (210,42,174). Sum of RGB (Red+Green+Blue) = 210+42+174=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D22AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22AAE is #2DD551. Grayscale: #6A6A6A. Windows color (decimal): -3003730 or 11414226. OLE color: 11414226.

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

Color convert

RGB 210 42 174 -
CMYK 0 0.8 0.17 0.18
HSL 312.86º 0.67% 0.49% -
HSV(B) 312.86º 0.8% 0.82% -
XYZ 35.05 18.41 41.75 -
YUV 107.28 165.66 201.27 -
System Red Green Blue C M Y K H S L
Decimal 210 42 174 0 0.8 0.17 0.18 312.86 0.67 0.49
Hex D2 2A AE 0 50 11 12 139 43 31
Octal 322 52 256 0 120 21 22 471 103 61
Binary 11010010 101010 10101110 0 1010000 10001 10010 100111001 1000011 110001

Color Harmonies of #D22AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22AAE

Black with #D22AAE

Text Example


Text Example

White with #D22AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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