Html Css Color HEX #D22BA8 Deep Cerise

📋 copy color: '#D22BA8'

red 210 ◦ green 43 ◦ blue 168

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

Shades of Deep Cerise #D22BA8

Tints of Deep Cerise #D22BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 49.88%
G = 10.21%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D22BA8 (or 0xD22BA8) is known color: Deep Cerise. HEX triplet: D2, 2B and A8. RGB value is (210,43,168). Sum of RGB (Red+Green+Blue) = 210+43+168=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22BA8 is #2DD457. Grayscale: #6A6A6A. Windows color (decimal): -3003480 or 11021266. OLE color: 11021266.

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

Color convert

RGB 210 43 168 -
CMYK 0 0.80 0.2 0.18
HSL 315.09º 0.66% 0.5% -
HSV(B) 315.09º 0.8% 0.82% -
XYZ 34.51 18.26 38.75 -
YUV 107.18 162.33 201.34 -
System Red Green Blue C M Y K H S L
Decimal 210 43 168 0 0.80 0.2 0.18 315.09 0.66 0.5
Hex D2 2B A8 0 50 14 12 13B 42 32
Octal 322 53 250 0 120 24 22 473 102 62
Binary 11010010 101011 10101000 0 1010000 10100 10010 100111011 1000010 110010

Color Harmonies of #D22BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22BA8

Black with #D22BA8

Text Example


Text Example

White with #D22BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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