Html Css Color HEX #D22AA1 Deep Cerise

📋 copy color: '#D22AA1'

red 210 ◦ green 42 ◦ blue 161

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

Shades of Deep Cerise #D22AA1

Tints of Deep Cerise #D22AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.98%

R = 50.85%
G = 10.17%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D22AA1 (or 0xD22AA1) is known color: Deep Cerise. HEX triplet: D2, 2A and A1. RGB value is (210,42,161). Sum of RGB (Red+Green+Blue) = 210+42+161=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D22AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22AA1 is #2DD55E. Grayscale: #696969. Windows color (decimal): -3003743 or 10562258. OLE color: 10562258.

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

Color convert

RGB 210 42 161 -
CMYK 0 0.8 0.23 0.18
HSL 317.5º 0.67% 0.49% -
HSV(B) 317.5º 0.8% 0.82% -
XYZ 33.84 17.93 35.4 -
YUV 105.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 210 42 161 0 0.8 0.23 0.18 317.5 0.67 0.49
Hex D2 2A A1 0 50 17 12 13E 43 31
Octal 322 52 241 0 120 27 22 476 103 61
Binary 11010010 101010 10100001 0 1010000 10111 10010 100111110 1000011 110001

Color Harmonies of #D22AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22AA1

Black with #D22AA1

Text Example


Text Example

White with #D22AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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