Html Css Color HEX #DB2596 Deep Cerise

📋 copy color: '#DB2596'

red 219 ◦ green 37 ◦ blue 150

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

Shades of Deep Cerise #DB2596

Tints of Deep Cerise #DB2596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.11%

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 53.94%
G = 9.11%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB2596 (or 0xDB2596) is known color: Deep Cerise. HEX triplet: DB, 25 and 96. RGB value is (219,37,150). Sum of RGB (Red+Green+Blue) = 219+37+150=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2596 is #24DA69. Grayscale: #686868. Windows color (decimal): -2415210 or 9840091. OLE color: 9840091.

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

Color convert

RGB 219 37 150 -
CMYK 0 0.83 0.32 0.14
HSL 322.75º 0.72% 0.5% -
HSV(B) 322.75º 0.83% 0.86% -
XYZ 35.38 18.59 30.58 -
YUV 104.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 219 37 150 0 0.83 0.32 0.14 322.75 0.72 0.5
Hex DB 25 96 0 53 20 E 143 48 32
Octal 333 45 226 0 123 40 16 503 110 62
Binary 11011011 100101 10010110 0 1010011 100000 1110 101000011 1001000 110010

Color Harmonies of #DB2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2596

Black with #DB2596

Text Example


Text Example

White with #DB2596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2596; }

 p { color: rgb(219,37,150); }

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

background-color css

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

 a { background-color: rgb(219,37,150); }

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

border-color css

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

 span { border-color: rgb(219,37,150); }

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