#DB3860

Color #DB3860 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #DB3860

Tints of Cerise #DB3860

Color information

#DB3860 (or 0xDB3860) is unknown color: approx Cerise. HEX triplet: DB, 38 and 60. RGB value is (219,56,96). Sum of RGB (Red+Green+Blue) = 219+56+96=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3860 is #24C79F. Grayscale: #6D6D6D. Windows color (decimal): -2410400 or 6306011. OLE color: 6306011.

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

Color convert

RGB2195696-
CMYK00.740.560.14
HSL345.28º69.36%53.92%-
HSV(B)345.28º74.43%85.88%-
XYZ32.7418.7312.96-
YUV109.3120.5206.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.03%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=59.03%
G=15.09%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219569600.740.560.14345.2869.3653.92
HexDB386004A38E1594536
Octal333701400112701653110566
Binary1101101111100011000000100101011100011101010110011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3860; }

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

 H1.HeaderClassName
 {
   color: #DB3860;
 }
 .AnyTagClassName
 {
   color: #DB3860;
 }
</style>
background-color css

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

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

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

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

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

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