Html Css Color HEX #D22CAA Deep Cerise

📋 copy color: '#D22CAA'

red 210 ◦ green 44 ◦ blue 170

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

Shades of Deep Cerise #D22CAA

Tints of Deep Cerise #D22CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.38%

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

R = 49.53%
G = 10.38%
B = 40.09%

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

#D22CAA (or 0xD22CAA) is known color: Deep Cerise. HEX triplet: D2, 2C and AA. RGB value is (210,44,170). Sum of RGB (Red+Green+Blue) = 210+44+170=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D22CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22CAA is #2DD355. Grayscale: #6B6B6B. Windows color (decimal): -3003222 or 11152594. OLE color: 11152594.

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

Color convert

RGB 210 44 170 -
CMYK 0 0.79 0.19 0.18
HSL 314.46º 0.65% 0.5% -
HSV(B) 314.46º 0.79% 0.82% -
XYZ 34.73 18.41 39.75 -
YUV 108 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 210 44 170 0 0.79 0.19 0.18 314.46 0.65 0.5
Hex D2 2C AA 0 4F 13 12 13A 41 32
Octal 322 54 252 0 117 23 22 472 101 62
Binary 11010010 101100 10101010 0 1001111 10011 10010 100111010 1000001 110010

Color Harmonies of #D22CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22CAA

Black with #D22CAA

Text Example


Text Example

White with #D22CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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