Html Css Color HEX #D22BAB Deep Cerise

📋 copy color: '#D22BAB'

red 210 ◦ green 43 ◦ blue 171

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

Shades of Deep Cerise #D22BAB

Tints of Deep Cerise #D22BAB

RGB

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

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

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

R = 49.53%
G = 10.14%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D22BAB (or 0xD22BAB) is known color: Deep Cerise. HEX triplet: D2, 2B and AB. RGB value is (210,43,171). Sum of RGB (Red+Green+Blue) = 210+43+171=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22BAB is #2DD454. Grayscale: #6B6B6B. Windows color (decimal): -3003477 or 11217874. OLE color: 11217874.

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

Color convert

RGB 210 43 171 -
CMYK 0 0.80 0.19 0.18
HSL 314.01º 0.66% 0.5% -
HSV(B) 314.01º 0.8% 0.82% -
XYZ 34.79 18.37 40.24 -
YUV 107.53 163.83 201.09 -
System Red Green Blue C M Y K H S L
Decimal 210 43 171 0 0.80 0.19 0.18 314.01 0.66 0.5
Hex D2 2B AB 0 50 13 12 13A 42 32
Octal 322 53 253 0 120 23 22 472 102 62
Binary 11010010 101011 10101011 0 1010000 10011 10010 100111010 1000010 110010

Color Harmonies of #D22BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22BAB

Black with #D22BAB

Text Example


Text Example

White with #D22BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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