Html Css Color HEX #DB3991 Deep Cerise

📋 copy color: '#DB3991'

red 219 ◦ green 57 ◦ blue 145

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

Shades of Deep Cerise #DB3991

Tints of Deep Cerise #DB3991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.54%

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

R = 52.02%
G = 13.54%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB3991 (or 0xDB3991) is known color: Deep Cerise. HEX triplet: DB, 39 and 91. RGB value is (219,57,145). Sum of RGB (Red+Green+Blue) = 219+57+145=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3991 is #24C66E. Grayscale: #737373. Windows color (decimal): -2410095 or 9517531. OLE color: 9517531.

HSL color Cylindrical-coordinate representation of color #DB3991: hue angle of 327.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3991 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 145 -
CMYK 0 0.74 0.34 0.14
HSL 327.41º 0.69% 0.54% -
HSV(B) 327.41º 0.74% 0.86% -
XYZ 35.79 20.03 28.77 -
YUV 115.47 144.67 201.84 -
System Red Green Blue C M Y K H S L
Decimal 219 57 145 0 0.74 0.34 0.14 327.41 0.69 0.54
Hex DB 39 91 0 4A 22 E 147 45 36
Octal 333 71 221 0 112 42 16 507 105 66
Binary 11011011 111001 10010001 0 1001010 100010 1110 101000111 1000101 110110

Color Harmonies of #DB3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3991

Black with #DB3991

Text Example


Text Example

White with #DB3991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3991; }

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

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

background-color css

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

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

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

border-color css

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

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

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