#df585d

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

Shades of Mandy #DF585D

Tints of Mandy #DF585D

Color information

#DF585D (or 0xDF585D) is unknown color: approx Mandy. HEX triplet: DF, 58 and 5D. RGB value is (223,88,93). Sum of RGB (Red+Green+Blue) = 223+88+93=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF585D is #20A7A2. Grayscale: #818181. Windows color (decimal): -2140067 or 6117599. OLE color: 6117599.

HSL color Cylindrical-coordinate representation of color #DF585D: hue angle of 357.78º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF585D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB2238893-
CMYK00.610.580.13
HSL357.78º67.84%60.98%-
HSV(B)357.78º60.54%87.45%-
XYZ35.923.4612.99-
YUV128.94107.73195.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.20%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=55.20%
G=21.78%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223889300.610.580.13357.7867.8460.98
HexDF585D03D3AD166443d
Octal337130135075721554610475
Binary1101111110110001011101011110111101011011011001101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df585d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df585d; }

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

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

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

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

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

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

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

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