Html Css Color HEX #DB2491 Deep Cerise

📋 copy color: '#DB2491'

red 219 ◦ green 36 ◦ blue 145

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

Shades of Deep Cerise #DB2491

Tints of Deep Cerise #DB2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9%

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

R = 54.75%
G = 9%
B = 36.25%

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

#DB2491 (or 0xDB2491) is known color: Deep Cerise. HEX triplet: DB, 24 and 91. RGB value is (219,36,145). Sum of RGB (Red+Green+Blue) = 219+36+145=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2491 is #24DB6E. Grayscale: #666666. Windows color (decimal): -2415471 or 9512155. OLE color: 9512155.

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

Color convert

RGB 219 36 145 -
CMYK 0 0.84 0.34 0.14
HSL 324.26º 0.72% 0.5% -
HSV(B) 324.26º 0.84% 0.86% -
XYZ 34.96 18.37 28.49 -
YUV 103.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 219 36 145 0 0.84 0.34 0.14 324.26 0.72 0.5
Hex DB 24 91 0 54 22 E 144 48 32
Octal 333 44 221 0 124 42 16 504 110 62
Binary 11011011 100100 10010001 0 1010100 100010 1110 101000100 1001000 110010

Color Harmonies of #DB2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2491

Black with #DB2491

Text Example


Text Example

White with #DB2491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2491; }

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

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

background-color css

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

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

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

border-color css

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

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

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