Html Css Color HEX #DB2391 Deep Cerise

📋 copy color: '#DB2391'

red 219 ◦ green 35 ◦ blue 145

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

Shades of Deep Cerise #DB2391

Tints of Deep Cerise #DB2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.77%

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

R = 54.89%
G = 8.77%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB2391 (or 0xDB2391) is known color: Deep Cerise. HEX triplet: DB, 23 and 91. RGB value is (219,35,145). Sum of RGB (Red+Green+Blue) = 219+35+145=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2391 is #24DC6E. Grayscale: #666666. Windows color (decimal): -2415727 or 9511899. OLE color: 9511899.

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

Color convert

RGB 219 35 145 -
CMYK 0 0.84 0.34 0.14
HSL 324.13º 0.72% 0.5% -
HSV(B) 324.13º 0.84% 0.86% -
XYZ 34.93 18.31 28.48 -
YUV 102.56 151.96 211.06 -
System Red Green Blue C M Y K H S L
Decimal 219 35 145 0 0.84 0.34 0.14 324.13 0.72 0.5
Hex DB 23 91 0 54 22 E 144 48 32
Octal 333 43 221 0 124 42 16 504 110 62
Binary 11011011 100011 10010001 0 1010100 100010 1110 101000100 1001000 110010

Color Harmonies of #DB2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2391

Black with #DB2391

Text Example


Text Example

White with #DB2391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2391; }

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

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

background-color css

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

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

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

border-color css

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

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

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