#D94660

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

Shades of Mandy #D94660

Tints of Mandy #D94660

Color information

#D94660 (or 0xD94660) is unknown color: approx Mandy. HEX triplet: D9, 46 and 60. RGB value is (217,70,96). Sum of RGB (Red+Green+Blue) = 217+70+96=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D94660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94660 is #26B99F. Grayscale: #747474. Windows color (decimal): -2537888 or 6309593. OLE color: 6309593.

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

Color convert

RGB2177096-
CMYK00.680.560.15
HSL349.39º65.92%56.27%-
HSV(B)349.39º67.74%85.1%-
XYZ32.9219.9813.19-
YUV116.92116.2199.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.66%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=56.66%
G=18.28%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217709600.680.560.15349.3965.9256.27
HexD9466004438F15d4238
Octal3311061400104701753510270
Binary11011001100011011000000100010011100011111010111011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94660; }

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

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

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

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

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

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

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

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