#D05460

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

Shades of Mandy #D05460

Tints of Mandy #D05460

Color information

#D05460 (or 0xD05460) is unknown color: approx Mandy. HEX triplet: D0, 54 and 60. RGB value is (208,84,96). Sum of RGB (Red+Green+Blue) = 208+84+96=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D05460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05460 is #2FAB9F. Grayscale: #7A7A7A. Windows color (decimal): -3124128 or 6313168. OLE color: 6313168.

HSL color Cylindrical-coordinate representation of color #D05460: hue angle of 354.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05460 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2088496-
CMYK00.600.540.18
HSL354.19º56.88%57.25%-
HSV(B)354.19º59.62%81.57%-
XYZ31.2920.613.39-
YUV122.44113.08189.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.61%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=53.61%
G=21.65%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208849600.600.540.18354.1956.8857.25
HexD0546003C36121623939
Octal32012414007466225427171
Binary1101000010101001100000011110011011010010101100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05460; }

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

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

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

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

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

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

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

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