#DF5E5F

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

Shades of Mandy #DF5E5F

Tints of Mandy #DF5E5F

Color information

#DF5E5F (or 0xDF5E5F) is unknown color: approx Mandy. HEX triplet: DF, 5E and 5F. RGB value is (223,94,95). Sum of RGB (Red+Green+Blue) = 223+94+95=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E5F is #20A1A0. Grayscale: #848484. Windows color (decimal): -2138529 or 6250207. OLE color: 6250207.

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

Color convert

RGB2239495-
CMYK00.580.570.13
HSL359.53º66.84%62.16%-
HSV(B)359.53º57.85%87.45%-
XYZ36.524.5213.64-
YUV132.68106.74192.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.13%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=54.13%
G=22.82%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223949500.580.570.13359.5366.8462.16
HexDF5E5F03A39D168433e
Octal337136137072711555010376
Binary1101111110111101011111011101011100111011011010001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5E5F; }

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

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

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

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

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

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

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

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