Html Css Color HEX #D22BA2 Deep Cerise

📋 copy color: '#D22BA2'

red 210 ◦ green 43 ◦ blue 162

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

Shades of Deep Cerise #D22BA2

Tints of Deep Cerise #D22BA2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.36%

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 50.6%
G = 10.36%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D22BA2 (or 0xD22BA2) is known color: Deep Cerise. HEX triplet: D2, 2B and A2. RGB value is (210,43,162). Sum of RGB (Red+Green+Blue) = 210+43+162=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22BA2 is #2DD45D. Grayscale: #6A6A6A. Windows color (decimal): -3003486 or 10628050. OLE color: 10628050.

HSL color Cylindrical-coordinate representation of color #D22BA2: hue angle of 317.25º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22BA2 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 43 162 -
CMYK 0 0.80 0.23 0.18
HSL 317.25º 0.66% 0.5% -
HSV(B) 317.25º 0.8% 0.82% -
XYZ 33.96 18.04 35.87 -
YUV 106.5 159.33 201.82 -
System Red Green Blue C M Y K H S L
Decimal 210 43 162 0 0.80 0.23 0.18 317.25 0.66 0.5
Hex D2 2B A2 0 50 17 12 13D 42 32
Octal 322 53 242 0 120 27 22 475 102 62
Binary 11010010 101011 10100010 0 1010000 10111 10010 100111101 1000010 110010

Color Harmonies of #D22BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22BA2

Black with #D22BA2

Text Example


Text Example

White with #D22BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22BA2; }

 p { color: rgb(210,43,162); }

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

background-color css

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

 a { background-color: rgb(210,43,162); }

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

border-color css

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

 span { border-color: rgb(210,43,162); }

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