Html Css Color HEX #DB4588 Deep Cerise

📋 copy color: '#DB4588'

red 219 ◦ green 69 ◦ blue 136

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

Shades of Deep Cerise #DB4588

Tints of Deep Cerise #DB4588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.27%

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

R = 51.65%
G = 16.27%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB4588 (or 0xDB4588) is known color: Deep Cerise. HEX triplet: DB, 45 and 88. RGB value is (219,69,136). Sum of RGB (Red+Green+Blue) = 219+69+136=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4588 is #24BA77. Grayscale: #797979. Windows color (decimal): -2407032 or 8930779. OLE color: 8930779.

HSL color Cylindrical-coordinate representation of color #DB4588: hue angle of 333.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4588 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 69 136 -
CMYK 0 0.68 0.38 0.14
HSL 333.2º 0.68% 0.56% -
HSV(B) 333.2º 0.68% 0.86% -
XYZ 35.79 21.09 25.48 -
YUV 121.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 219 69 136 0 0.68 0.38 0.14 333.2 0.68 0.56
Hex DB 45 88 0 44 26 E 14D 44 38
Octal 333 105 210 0 104 46 16 515 104 70
Binary 11011011 1000101 10001000 0 1000100 100110 1110 101001101 1000100 111000

Color Harmonies of #DB4588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4588

Black with #DB4588

Text Example


Text Example

White with #DB4588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4588; }

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

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

background-color css

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

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

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

border-color css

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

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

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