#D04F5C

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

Shades of Mandy #D04F5C

Tints of Mandy #D04F5C

Color information

#D04F5C (or 0xD04F5C) is unknown color: approx Mandy. HEX triplet: D0, 4F and 5C. RGB value is (208,79,92). Sum of RGB (Red+Green+Blue) = 208+79+92=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F5C is #2FB0A3. Grayscale: #777777. Windows color (decimal): -3125412 or 6049744. OLE color: 6049744.

HSL color Cylindrical-coordinate representation of color #D04F5C: hue angle of 353.95º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04F5C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2087992-
CMYK00.620.560.18
HSL353.95º57.85%56.27%-
HSV(B)353.95º62.02%81.57%-
XYZ30.7419.7712.32-
YUV119.05112.74191.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=54.88%
G=20.84%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208799200.620.560.18353.9557.8556.27
HexD04F5C03E38121623a38
Octal32011713407670225427270
Binary1101000010011111011100011111011100010010101100010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F5C; }

 p { color: rgb(208,79,92); }

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

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

 a { background-color: rgb(208,79,92); }

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

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

 span { border-color: rgb(208,79,92); }

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