Html Css Color HEX #DB3B59 Cerise

📋 copy color: '#DB3B59'

red 219 ◦ green 59 ◦ blue 89

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

Shades of Cerise #DB3B59

Tints of Cerise #DB3B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.08%

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

R = 59.67%
G = 16.08%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB3B59 (or 0xDB3B59) is known color: Cerise. HEX triplet: DB, 3B and 59. RGB value is (219,59,89). Sum of RGB (Red+Green+Blue) = 219+59+89=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B59 is #24C4A6. Grayscale: #6E6E6E. Windows color (decimal): -2409639 or 5848027. OLE color: 5848027.

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

Color convert

RGB 219 59 89 -
CMYK 0 0.73 0.59 0.14
HSL 348.75º 0.69% 0.55% -
HSV(B) 348.75º 0.73% 0.86% -
XYZ 32.58 18.91 11.38 -
YUV 110.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 219 59 89 0 0.73 0.59 0.14 348.75 0.69 0.55
Hex DB 3B 59 0 49 3B E 15D 45 37
Octal 333 73 131 0 111 73 16 535 105 67
Binary 11011011 111011 1011001 0 1001001 111011 1110 101011101 1000101 110111

Color Harmonies of #DB3B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B59

Black with #DB3B59

Text Example


Text Example

White with #DB3B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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