Html Css Color HEX #DB3760 Cerise

📋 copy color: '#DB3760'

red 219 ◦ green 55 ◦ blue 96

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

Shades of Cerise #DB3760

Tints of Cerise #DB3760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.86%

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

R = 59.19%
G = 14.86%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB3760 (or 0xDB3760) is known color: Cerise. HEX triplet: DB, 37 and 60. RGB value is (219,55,96). Sum of RGB (Red+Green+Blue) = 219+55+96=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3760 is #24C89F. Grayscale: #6C6C6C. Windows color (decimal): -2410656 or 6305755. OLE color: 6305755.

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

Color convert

RGB 219 55 96 -
CMYK 0 0.75 0.56 0.14
HSL 345º 0.69% 0.54% -
HSV(B) 345º 0.75% 0.86% -
XYZ 32.69 18.64 12.94 -
YUV 108.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 219 55 96 0 0.75 0.56 0.14 345 0.69 0.54
Hex DB 37 60 0 4B 38 E 159 45 36
Octal 333 67 140 0 113 70 16 531 105 66
Binary 11011011 110111 1100000 0 1001011 111000 1110 101011001 1000101 110110

Color Harmonies of #DB3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3760

Black with #DB3760

Text Example


Text Example

White with #DB3760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3760; }

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

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

background-color css

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

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

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

border-color css

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

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

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