Html Css Color HEX #DB4059 Cerise

📋 copy color: '#DB4059'

red 219 ◦ green 64 ◦ blue 89

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

Shades of Cerise #DB4059

Tints of Cerise #DB4059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 89 (35.16% from 255) = 23.92%

R = 58.87%
G = 17.2%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB4059 (or 0xDB4059) is known color: Cerise. HEX triplet: DB, 40 and 59. RGB value is (219,64,89). Sum of RGB (Red+Green+Blue) = 219+64+89=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4059 is #24BFA6. Grayscale: #717171. Windows color (decimal): -2408359 or 5849307. OLE color: 5849307.

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

Color convert

RGB 219 64 89 -
CMYK 0 0.71 0.59 0.14
HSL 350.32º 0.68% 0.55% -
HSV(B) 350.32º 0.71% 0.86% -
XYZ 32.85 19.45 11.47 -
YUV 113.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 219 64 89 0 0.71 0.59 0.14 350.32 0.68 0.55
Hex DB 40 59 0 47 3B E 15E 44 37
Octal 333 100 131 0 107 73 16 536 104 67
Binary 11011011 1000000 1011001 0 1000111 111011 1110 101011110 1000100 110111

Color Harmonies of #DB4059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4059

Black with #DB4059

Text Example


Text Example

White with #DB4059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4059; }

 p { color: rgb(219,64,89); }

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

background-color css

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

 a { background-color: rgb(219,64,89); }

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

border-color css

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

 span { border-color: rgb(219,64,89); }

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