Html Css Color HEX #DB209E Deep Cerise

📋 copy color: '#DB209E'

red 219 ◦ green 32 ◦ blue 158

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

Shades of Deep Cerise #DB209E

Tints of Deep Cerise #DB209E

RGB

 RED value IS 219 (85.94% from 255) = 53.55%

 GREEN value IS 32 (12.89% from 255) = 7.82%

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 53.55%
G = 7.82%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB209E (or 0xDB209E) is known color: Deep Cerise. HEX triplet: DB, 20 and 9E. RGB value is (219,32,158). Sum of RGB (Red+Green+Blue) = 219+32+158=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB209E is #24DF61. Grayscale: #656565. Windows color (decimal): -2416482 or 10363099. OLE color: 10363099.

HSL color Cylindrical-coordinate representation of color #DB209E: hue angle of 319.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB209E is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 158 -
CMYK 0 0.85 0.28 0.14
HSL 319.57º 0.75% 0.49% -
HSV(B) 319.57º 0.85% 0.86% -
XYZ 35.9 18.56 34.04 -
YUV 102.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 219 32 158 0 0.85 0.28 0.14 319.57 0.75 0.49
Hex DB 20 9E 0 55 1C E 140 4B 31
Octal 333 40 236 0 125 34 16 500 113 61
Binary 11011011 100000 10011110 0 1010101 11100 1110 101000000 1001011 110001

Color Harmonies of #DB209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB209E

Black with #DB209E

Text Example


Text Example

White with #DB209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB209E; }

 p { color: rgb(219,32,158); }

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

background-color css

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

 a { background-color: rgb(219,32,158); }

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

border-color css

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

 span { border-color: rgb(219,32,158); }

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