#DF5460

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

Shades of Mandy #DF5460

Tints of Mandy #DF5460

Color information

#DF5460 (or 0xDF5460) is unknown color: approx Mandy. HEX triplet: DF, 54 and 60. RGB value is (223,84,96). Sum of RGB (Red+Green+Blue) = 223+84+96=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5460 is #20AB9F. Grayscale: #7F7F7F. Windows color (decimal): -2141088 or 6313183. OLE color: 6313183.

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

Color convert

RGB2238496-
CMYK00.620.570.13
HSL354.82º68.47%60.2%-
HSV(B)354.82º62.33%87.45%-
XYZ35.7122.8713.6-
YUV126.93110.55196.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.33%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=55.33%
G=20.84%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223849600.620.570.13354.8268.4760.2
HexDF546003E39D163443c
Octal337124140076711554310474
Binary1101111110101001100000011111011100111011011000111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5460; }

 p { color: rgb(223,84,96); }

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

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

 a { background-color: rgb(223,84,96); }

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

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

 span { border-color: rgb(223,84,96); }

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