Html Css Color HEX #DB3960 Cerise

📋 copy color: '#DB3960'

red 219 ◦ green 57 ◦ blue 96

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

Shades of Cerise #DB3960

Tints of Cerise #DB3960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.32%

 BLUE value IS 96 (37.89% from 255) = 25.81%

R = 58.87%
G = 15.32%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB3960 (or 0xDB3960) is known color: Cerise. HEX triplet: DB, 39 and 60. RGB value is (219,57,96). Sum of RGB (Red+Green+Blue) = 219+57+96=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3960 is #24C69F. Grayscale: #6D6D6D. Windows color (decimal): -2410144 or 6306267. OLE color: 6306267.

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

Color convert

RGB 219 57 96 -
CMYK 0 0.74 0.56 0.14
HSL 345.56º 0.69% 0.54% -
HSV(B) 345.56º 0.74% 0.86% -
XYZ 32.79 18.83 12.97 -
YUV 109.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 219 57 96 0 0.74 0.56 0.14 345.56 0.69 0.54
Hex DB 39 60 0 4A 38 E 15A 45 36
Octal 333 71 140 0 112 70 16 532 105 66
Binary 11011011 111001 1100000 0 1001010 111000 1110 101011010 1000101 110110

Color Harmonies of #DB3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3960

Black with #DB3960

Text Example


Text Example

White with #DB3960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3960; }

 p { color: rgb(219,57,96); }

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

background-color css

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

 a { background-color: rgb(219,57,96); }

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

border-color css

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

 span { border-color: rgb(219,57,96); }

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