Html Css Color HEX #DB3791 Deep Cerise

📋 copy color: '#DB3791'

red 219 ◦ green 55 ◦ blue 145

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

Shades of Deep Cerise #DB3791

Tints of Deep Cerise #DB3791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.13%

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

R = 52.27%
G = 13.13%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB3791 (or 0xDB3791) is known color: Deep Cerise. HEX triplet: DB, 37 and 91. RGB value is (219,55,145). Sum of RGB (Red+Green+Blue) = 219+55+145=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3791 is #24C86E. Grayscale: #727272. Windows color (decimal): -2410607 or 9517019. OLE color: 9517019.

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

Color convert

RGB 219 55 145 -
CMYK 0 0.75 0.34 0.14
HSL 327.07º 0.69% 0.54% -
HSV(B) 327.07º 0.75% 0.86% -
XYZ 35.69 19.84 28.74 -
YUV 114.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 219 55 145 0 0.75 0.34 0.14 327.07 0.69 0.54
Hex DB 37 91 0 4B 22 E 147 45 36
Octal 333 67 221 0 113 42 16 507 105 66
Binary 11011011 110111 10010001 0 1001011 100010 1110 101000111 1000101 110110

Color Harmonies of #DB3791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3791

Black with #DB3791

Text Example


Text Example

White with #DB3791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3791; }

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

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

background-color css

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

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

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

border-color css

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

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

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