Html Css Color HEX #DB2588 Deep Cerise

📋 copy color: '#DB2588'

red 219 ◦ green 37 ◦ blue 136

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

Shades of Deep Cerise #DB2588

Tints of Deep Cerise #DB2588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 55.87%
G = 9.44%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB2588 (or 0xDB2588) is known color: Deep Cerise. HEX triplet: DB, 25 and 88. RGB value is (219,37,136). Sum of RGB (Red+Green+Blue) = 219+37+136=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2588 is #24DA77. Grayscale: #666666. Windows color (decimal): -2415224 or 8922587. OLE color: 8922587.

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

Color convert

RGB 219 37 136 -
CMYK 0 0.83 0.38 0.14
HSL 327.36º 0.72% 0.5% -
HSV(B) 327.36º 0.83% 0.86% -
XYZ 34.32 18.16 24.99 -
YUV 102.7 146.8 210.95 -
System Red Green Blue C M Y K H S L
Decimal 219 37 136 0 0.83 0.38 0.14 327.36 0.72 0.5
Hex DB 25 88 0 53 26 E 147 48 32
Octal 333 45 210 0 123 46 16 507 110 62
Binary 11011011 100101 10001000 0 1010011 100110 1110 101000111 1001000 110010

Color Harmonies of #DB2588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2588

Black with #DB2588

Text Example


Text Example

White with #DB2588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2588; }

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

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

background-color css

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

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

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

border-color css

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

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

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