#D95764

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

Shades of Mandy #D95764

Tints of Mandy #D95764

Color information

#D95764 (or 0xD95764) is unknown color: approx Mandy. HEX triplet: D9, 57 and 64. RGB value is (217,87,100). Sum of RGB (Red+Green+Blue) = 217+87+100=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D95764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95764 is #26A89B. Grayscale: #7F7F7F. Windows color (decimal): -2533532 or 6576089. OLE color: 6576089.

HSL color Cylindrical-coordinate representation of color #D95764: hue angle of 354º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95764 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21787100-
CMYK00.600.540.15
HSL354º63.11%59.61%-
HSV(B)354º59.91%85.1%-
XYZ34.3222.4914.59-
YUV127.35112.57191.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.71%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=53.71%
G=21.53%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178710000.600.540.1535463.1159.61
HexD9576403C36F1623f3c
Octal33112714407466175427774
Binary110110011010111110010001111001101101111101100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95764; }

 p { color: rgb(217,87,100); }

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

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

 a { background-color: rgb(217,87,100); }

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

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

 span { border-color: rgb(217,87,100); }

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