#DF585F

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

Shades of Mandy #DF585F

Tints of Mandy #DF585F

Color information

#DF585F (or 0xDF585F) is unknown color: approx Mandy. HEX triplet: DF, 58 and 5F. RGB value is (223,88,95). Sum of RGB (Red+Green+Blue) = 223+88+95=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF585F is #20A7A0. Grayscale: #818181. Windows color (decimal): -2140065 or 6248671. OLE color: 6248671.

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

Color convert

RGB2238895-
CMYK00.610.570.13
HSL356.89º67.84%60.98%-
HSV(B)356.89º60.54%87.45%-
XYZ35.9923.4913.46-
YUV129.16108.73194.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.93%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 95 (37.5% from 255) = 23.40%
R=54.93%
G=21.67%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223889500.610.570.13356.8967.8460.98
HexDF585F03D39D165443d
Octal337130137075711554510475
Binary1101111110110001011111011110111100111011011001011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF585F; }

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

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

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

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

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

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

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

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