#D94760

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

Shades of Mandy #D94760

Tints of Mandy #D94760

Color information

#D94760 (or 0xD94760) is unknown color: approx Mandy. HEX triplet: D9, 47 and 60. RGB value is (217,71,96). Sum of RGB (Red+Green+Blue) = 217+71+96=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D94760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94760 is #26B89F. Grayscale: #757575. Windows color (decimal): -2537632 or 6309849. OLE color: 6309849.

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

Color convert

RGB2177196-
CMYK00.670.560.15
HSL349.73º65.77%56.47%-
HSV(B)349.73º67.28%85.1%-
XYZ32.9820.113.21-
YUV117.5115.87198.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.51%
GREEN value IS 71 (28.12% from 255) = 18.49%
BLUE value IS 96 (37.89% from 255) = 25%
R=56.51%
G=18.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217719600.670.560.15349.7365.7756.47
HexD9476004338F15e4238
Octal3311071400103701753610270
Binary11011001100011111000000100001111100011111010111101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94760; }

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

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

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

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

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

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

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

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