Html Css Color HEX #DB3559 Cerise

📋 copy color: '#DB3559'

red 219 ◦ green 53 ◦ blue 89

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

Shades of Cerise #DB3559

Tints of Cerise #DB3559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

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

R = 60.66%
G = 14.68%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB3559 (or 0xDB3559) is known color: Cerise. HEX triplet: DB, 35 and 59. RGB value is (219,53,89). Sum of RGB (Red+Green+Blue) = 219+53+89=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3559 is #24CAA6. Grayscale: #6A6A6A. Windows color (decimal): -2411175 or 5846491. OLE color: 5846491.

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

Color convert

RGB 219 53 89 -
CMYK 0 0.76 0.59 0.14
HSL 346.99º 0.7% 0.53% -
HSV(B) 346.99º 0.76% 0.86% -
XYZ 32.29 18.33 11.29 -
YUV 106.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 219 53 89 0 0.76 0.59 0.14 346.99 0.7 0.53
Hex DB 35 59 0 4C 3B E 15B 46 35
Octal 333 65 131 0 114 73 16 533 106 65
Binary 11011011 110101 1011001 0 1001100 111011 1110 101011011 1000110 110101

Color Harmonies of #DB3559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3559

Black with #DB3559

Text Example


Text Example

White with #DB3559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3559; }

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

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

background-color css

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

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

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

border-color css

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

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

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