Html Css Color HEX #D22B9A Deep Cerise

📋 copy color: '#D22B9A'

red 210 ◦ green 43 ◦ blue 154

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

Shades of Deep Cerise #D22B9A

Tints of Deep Cerise #D22B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 51.6%
G = 10.57%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D22B9A (or 0xD22B9A) is known color: Deep Cerise. HEX triplet: D2, 2B and 9A. RGB value is (210,43,154). Sum of RGB (Red+Green+Blue) = 210+43+154=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22B9A is #2DD465. Grayscale: #696969. Windows color (decimal): -3003494 or 10103762. OLE color: 10103762.

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

Color convert

RGB 210 43 154 -
CMYK 0 0.80 0.27 0.18
HSL 320.12º 0.66% 0.5% -
HSV(B) 320.12º 0.8% 0.82% -
XYZ 33.27 17.76 32.25 -
YUV 105.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 210 43 154 0 0.80 0.27 0.18 320.12 0.66 0.5
Hex D2 2B 9A 0 50 1B 12 140 42 32
Octal 322 53 232 0 120 33 22 500 102 62
Binary 11010010 101011 10011010 0 1010000 11011 10010 101000000 1000010 110010

Color Harmonies of #D22B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22B9A

Black with #D22B9A

Text Example


Text Example

White with #D22B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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