#D9585E

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

Shades of Mandy #D9585E

Tints of Mandy #D9585E

Color information

#D9585E (or 0xD9585E) is unknown color: approx Mandy. HEX triplet: D9, 58 and 5E. RGB value is (217,88,94). Sum of RGB (Red+Green+Blue) = 217+88+94=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9585E is #26A7A1. Grayscale: #7F7F7F. Windows color (decimal): -2533282 or 6183129. OLE color: 6183129.

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

Color convert

RGB2178894-
CMYK00.590.570.15
HSL357.21º62.93%59.8%-
HSV(B)357.21º59.45%85.1%-
XYZ34.1322.5413.14-
YUV127.26109.24192.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=54.39%
G=22.06%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217889400.590.570.15357.2162.9359.8
HexD9585E03B39F1653f3c
Octal33113013607371175457774
Binary110110011011000101111001110111110011111101100101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9585E; }

 p { color: rgb(217,88,94); }

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

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

 a { background-color: rgb(217,88,94); }

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

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

 span { border-color: rgb(217,88,94); }

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