Html Css Color HEX #D22CAB Deep Cerise

📋 copy color: '#D22CAB'

red 210 ◦ green 44 ◦ blue 171

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

Shades of Deep Cerise #D22CAB

Tints of Deep Cerise #D22CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 49.41%
G = 10.35%
B = 40.24%

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

#D22CAB (or 0xD22CAB) is known color: Deep Cerise. HEX triplet: D2, 2C and AB. RGB value is (210,44,171). Sum of RGB (Red+Green+Blue) = 210+44+171=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D22CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22CAB is #2DD354. Grayscale: #6B6B6B. Windows color (decimal): -3003221 or 11218130. OLE color: 11218130.

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

Color convert

RGB 210 44 171 -
CMYK 0 0.79 0.19 0.18
HSL 314.1º 0.65% 0.5% -
HSV(B) 314.1º 0.79% 0.82% -
XYZ 34.83 18.44 40.25 -
YUV 108.11 163.5 200.67 -
System Red Green Blue C M Y K H S L
Decimal 210 44 171 0 0.79 0.19 0.18 314.1 0.65 0.5
Hex D2 2C AB 0 4F 13 12 13A 41 32
Octal 322 54 253 0 117 23 22 472 101 62
Binary 11010010 101100 10101011 0 1001111 10011 10010 100111010 1000001 110010

Color Harmonies of #D22CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22CAB

Black with #D22CAB

Text Example


Text Example

White with #D22CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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