#DB3F56

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

Shades of Cerise #DB3F56

Tints of Cerise #DB3F56

Color information

#DB3F56 (or 0xDB3F56) is unknown color: approx Cerise. HEX triplet: DB, 3F and 56. RGB value is (219,63,86). Sum of RGB (Red+Green+Blue) = 219+63+86=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3F56 is #24C0A9. Grayscale: #707070. Windows color (decimal): -2408618 or 5652443. OLE color: 5652443.

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

Color convert

RGB2196386-
CMYK00.710.610.14
HSL351.15º68.42%55.29%-
HSV(B)351.15º71.23%85.88%-
XYZ32.6719.2910.8-
YUV112.27113.18204.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.51%
GREEN value IS 63 (25% from 255) = 17.12%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=59.51%
G=17.12%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219638600.710.610.14351.1568.4255.29
HexDB3F560473DE15f4437
Octal333771260107751653710467
Binary1101101111111110101100100011111110111101010111111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3F56; }

 p { color: rgb(219,63,86); }

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

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

 a { background-color: rgb(219,63,86); }

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

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

 span { border-color: rgb(219,63,86); }

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