Html Css Color HEX #DB2595 Deep Cerise

📋 copy color: '#DB2595'

red 219 ◦ green 37 ◦ blue 149

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

Shades of Deep Cerise #DB2595

Tints of Deep Cerise #DB2595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 54.07%
G = 9.14%
B = 36.79%

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

#DB2595 (or 0xDB2595) is known color: Deep Cerise. HEX triplet: DB, 25 and 95. RGB value is (219,37,149). Sum of RGB (Red+Green+Blue) = 219+37+149=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2595 is #24DA6A. Grayscale: #676767. Windows color (decimal): -2415211 or 9774555. OLE color: 9774555.

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

Color convert

RGB 219 37 149 -
CMYK 0 0.83 0.32 0.14
HSL 323.08º 0.72% 0.5% -
HSV(B) 323.08º 0.83% 0.86% -
XYZ 35.3 18.55 30.15 -
YUV 104.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 219 37 149 0 0.83 0.32 0.14 323.08 0.72 0.5
Hex DB 25 95 0 53 20 E 143 48 32
Octal 333 45 225 0 123 40 16 503 110 62
Binary 11011011 100101 10010101 0 1010011 100000 1110 101000011 1001000 110010

Color Harmonies of #DB2595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2595

Black with #DB2595

Text Example


Text Example

White with #DB2595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2595; }

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

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

background-color css

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

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

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

border-color css

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

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

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