#D94C60

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

Shades of Mandy #D94C60

Tints of Mandy #D94C60

Color information

#D94C60 (or 0xD94C60) is unknown color: approx Mandy. HEX triplet: D9, 4C and 60. RGB value is (217,76,96). Sum of RGB (Red+Green+Blue) = 217+76+96=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C60 is #26B39F. Grayscale: #787878. Windows color (decimal): -2536352 or 6311129. OLE color: 6311129.

HSL color Cylindrical-coordinate representation of color #D94C60: hue angle of 351.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C60 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2177696-
CMYK00.650.560.15
HSL351.49º64.98%57.45%-
HSV(B)351.49º64.98%85.1%-
XYZ33.3120.7713.32-
YUV120.44114.21196.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.78%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=55.78%
G=19.54%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217769600.650.560.15351.4964.9857.45
HexD94C6004138F15f4139
Octal3311141400101701753710171
Binary11011001100110011000000100000111100011111010111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94C60; }

 p { color: rgb(217,76,96); }

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

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

 a { background-color: rgb(217,76,96); }

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

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

 span { border-color: rgb(217,76,96); }

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