Html Css Color HEX #DB3359 Cerise

📋 copy color: '#DB3359'

red 219 ◦ green 51 ◦ blue 89

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

Shades of Cerise #DB3359

Tints of Cerise #DB3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

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

R = 61%
G = 14.21%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB3359 (or 0xDB3359) is known color: Cerise. HEX triplet: DB, 33 and 59. RGB value is (219,51,89). Sum of RGB (Red+Green+Blue) = 219+51+89=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3359 is #24CCA6. Grayscale: #696969. Windows color (decimal): -2411687 or 5845979. OLE color: 5845979.

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

Color convert

RGB 219 51 89 -
CMYK 0 0.77 0.59 0.14
HSL 346.43º 0.7% 0.53% -
HSV(B) 346.43º 0.77% 0.86% -
XYZ 32.2 18.15 11.26 -
YUV 105.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 219 51 89 0 0.77 0.59 0.14 346.43 0.7 0.53
Hex DB 33 59 0 4D 3B E 15A 46 35
Octal 333 63 131 0 115 73 16 532 106 65
Binary 11011011 110011 1011001 0 1001101 111011 1110 101011010 1000110 110101

Color Harmonies of #DB3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3359

Black with #DB3359

Text Example


Text Example

White with #DB3359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3359; }

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

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

background-color css

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

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

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

border-color css

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

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

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