#D9585D

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

Shades of Mandy #D9585D

Tints of Mandy #D9585D

Color information

#D9585D (or 0xD9585D) is unknown color: approx Mandy. HEX triplet: D9, 58 and 5D. RGB value is (217,88,93). Sum of RGB (Red+Green+Blue) = 217+88+93=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9585D is #26A7A2. Grayscale: #7F7F7F. Windows color (decimal): -2533283 or 6117593. OLE color: 6117593.

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

Color convert

RGB2178893-
CMYK00.590.570.15
HSL357.67º62.93%59.8%-
HSV(B)357.67º59.45%85.1%-
XYZ34.0822.5212.91-
YUV127.14108.74192.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.52%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=54.52%
G=22.11%
B=23.37%

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
Decimal217889300.590.570.15357.6762.9359.8
HexD9585D03B39F1663f3c
Octal33113013507371175467774
Binary110110011011000101110101110111110011111101100110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9585D; }

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

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

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

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

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

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

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

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