#DB5060

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

Shades of Mandy #DB5060

Tints of Mandy #DB5060

Color information

#DB5060 (or 0xDB5060) is unknown color: approx Mandy. HEX triplet: DB, 50 and 60. RGB value is (219,80,96). Sum of RGB (Red+Green+Blue) = 219+80+96=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5060 is #24AF9F. Grayscale: #7B7B7B. Windows color (decimal): -2404256 or 6312155. OLE color: 6312155.

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

Color convert

RGB2198096-
CMYK00.630.560.14
HSL353.09º65.88%58.63%-
HSV(B)353.09º63.47%85.88%-
XYZ34.1921.6413.44-
YUV123.38112.55196.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.44%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=55.44%
G=20.25%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219809600.630.560.14353.0965.8858.63
HexDB506003F38E161423b
Octal333120140077701654110273
Binary1101101110100001100000011111111100011101011000011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5060; }

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

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

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

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

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

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

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

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