#D05C63

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

Shades of Mandy #D05C63

Tints of Mandy #D05C63

Color information

#D05C63 (or 0xD05C63) is unknown color: approx Mandy. HEX triplet: D0, 5C and 63. RGB value is (208,92,99). Sum of RGB (Red+Green+Blue) = 208+92+99=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C63 is #2FA39C. Grayscale: #7F7F7F. Windows color (decimal): -3122077 or 6511824. OLE color: 6511824.

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

Color convert

RGB2089299-
CMYK00.560.520.18
HSL356.38º55.24%58.82%-
HSV(B)356.38º55.77%81.57%-
XYZ32.0921.9714.35-
YUV127.48111.93185.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.13%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 99 (39.06% from 255) = 24.81%
R=52.13%
G=23.06%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208929900.560.520.18356.3855.2458.82
HexD05C630383412164373b
Octal32013414307064225446773
Binary1101000010111001100011011100011010010010101100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C63; }

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

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

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

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

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

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

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

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