#D05C61

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

Shades of Mandy #D05C61

Tints of Mandy #D05C61

Color information

#D05C61 (or 0xD05C61) is unknown color: approx Mandy. HEX triplet: D0, 5C and 61. RGB value is (208,92,97). Sum of RGB (Red+Green+Blue) = 208+92+97=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C61 is #2FA39E. Grayscale: #7F7F7F. Windows color (decimal): -3122079 or 6380752. OLE color: 6380752.

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

Color convert

RGB2089297-
CMYK00.560.530.18
HSL357.41º55.24%58.82%-
HSV(B)357.41º55.77%81.57%-
XYZ3221.9313.86-
YUV127.25110.93185.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.39%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=52.39%
G=23.17%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208929700.560.530.18357.4155.2458.82
HexD05C610383512165373b
Octal32013414107065225456773
Binary1101000010111001100001011100011010110010101100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C61; }

 p { color: rgb(208,92,97); }

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

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

 a { background-color: rgb(208,92,97); }

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

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

 span { border-color: rgb(208,92,97); }

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