Html Css Color HEX #DB2091 Deep Cerise

📋 copy color: '#DB2091'

red 219 ◦ green 32 ◦ blue 145

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

Shades of Deep Cerise #DB2091

Tints of Deep Cerise #DB2091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 55.3%
G = 8.08%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB2091 (or 0xDB2091) is known color: Deep Cerise. HEX triplet: DB, 20 and 91. RGB value is (219,32,145). Sum of RGB (Red+Green+Blue) = 219+32+145=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2091 is #24DF6E. Grayscale: #646464. Windows color (decimal): -2416495 or 9511131. OLE color: 9511131.

HSL color Cylindrical-coordinate representation of color #DB2091: hue angle of 323.74º 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 #DB2091 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 145 -
CMYK 0 0.85 0.34 0.14
HSL 323.74º 0.75% 0.49% -
HSV(B) 323.74º 0.85% 0.86% -
XYZ 34.84 18.14 28.45 -
YUV 100.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 219 32 145 0 0.85 0.34 0.14 323.74 0.75 0.49
Hex DB 20 91 0 55 22 E 144 4B 31
Octal 333 40 221 0 125 42 16 504 113 61
Binary 11011011 100000 10010001 0 1010101 100010 1110 101000100 1001011 110001

Color Harmonies of #DB2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2091

Black with #DB2091

Text Example


Text Example

White with #DB2091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2091; }

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

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

background-color css

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

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

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

border-color css

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

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

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