#D05A60

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

Shades of Mandy #D05A60

Tints of Mandy #D05A60

Color information

#D05A60 (or 0xD05A60) is unknown color: approx Mandy. HEX triplet: D0, 5A and 60. RGB value is (208,90,96). Sum of RGB (Red+Green+Blue) = 208+90+96=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05A60 is #2FA59F. Grayscale: #7E7E7E. Windows color (decimal): -3122592 or 6314704. OLE color: 6314704.

HSL color Cylindrical-coordinate representation of color #D05A60: hue angle of 356.95º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05A60 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2089096-
CMYK00.570.540.18
HSL356.95º55.66%58.43%-
HSV(B)356.95º56.73%81.57%-
XYZ31.7821.5713.55-
YUV125.97111.09186.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.79%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=52.79%
G=22.84%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208909600.570.540.18356.9555.6658.43
HexD05A600393612165383a
Octal32013214007166225457072
Binary1101000010110101100000011100111011010010101100101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05A60; }

 p { color: rgb(208,90,96); }

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

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

 a { background-color: rgb(208,90,96); }

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

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

 span { border-color: rgb(208,90,96); }

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