#D94C5F

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

Shades of Mandy #D94C5F

Tints of Mandy #D94C5F

Color information

#D94C5F (or 0xD94C5F) is unknown color: approx Mandy. HEX triplet: D9, 4C and 5F. RGB value is (217,76,95). Sum of RGB (Red+Green+Blue) = 217+76+95=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C5F is #26B3A0. Grayscale: #787878. Windows color (decimal): -2536353 or 6245593. OLE color: 6245593.

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

Color convert

RGB2177695-
CMYK00.650.560.15
HSL351.91º64.98%57.45%-
HSV(B)351.91º64.98%85.1%-
XYZ33.2720.7513.08-
YUV120.32113.71196.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.93%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=55.93%
G=19.59%
B=24.48%

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
Decimal217769500.650.560.15351.9164.9857.45
HexD94C5F04138F1604139
Octal3311141370101701754010171
Binary11011001100110010111110100000111100011111011000001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94C5F; }

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

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

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

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

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

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

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

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