Html Css Color HEX #DB3459 Cerise

📋 copy color: '#DB3459'

red 219 ◦ green 52 ◦ blue 89

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

Shades of Cerise #DB3459

Tints of Cerise #DB3459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

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

R = 60.83%
G = 14.44%
B = 24.72%

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

#DB3459 (or 0xDB3459) is known color: Cerise. HEX triplet: DB, 34 and 59. RGB value is (219,52,89). Sum of RGB (Red+Green+Blue) = 219+52+89=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3459 is #24CBA6. Grayscale: #6A6A6A. Windows color (decimal): -2411431 or 5846235. OLE color: 5846235.

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

Color convert

RGB 219 52 89 -
CMYK 0 0.76 0.59 0.14
HSL 346.71º 0.7% 0.53% -
HSV(B) 346.71º 0.76% 0.86% -
XYZ 32.24 18.24 11.27 -
YUV 106.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 219 52 89 0 0.76 0.59 0.14 346.71 0.7 0.53
Hex DB 34 59 0 4C 3B E 15B 46 35
Octal 333 64 131 0 114 73 16 533 106 65
Binary 11011011 110100 1011001 0 1001100 111011 1110 101011011 1000110 110101

Color Harmonies of #DB3459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3459

Black with #DB3459

Text Example


Text Example

White with #DB3459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3459; }

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

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

background-color css

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

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

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

border-color css

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

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

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