#D04F62

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

Shades of Mandy #D04F62

Tints of Mandy #D04F62

Color information

#D04F62 (or 0xD04F62) is unknown color: approx Mandy. HEX triplet: D0, 4F and 62. RGB value is (208,79,98). Sum of RGB (Red+Green+Blue) = 208+79+98=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F62 is #2FB09D. Grayscale: #777777. Windows color (decimal): -3125406 or 6442960. OLE color: 6442960.

HSL color Cylindrical-coordinate representation of color #D04F62: hue angle of 351.16º 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 #D04F62 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB2087998-
CMYK00.620.530.18
HSL351.16º57.85%56.27%-
HSV(B)351.16º62.02%81.57%-
XYZ31.0119.8813.76-
YUV119.74115.74190.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=54.03%
G=20.52%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208799800.620.530.18351.1657.8556.27
HexD04F6203E351215f3a38
Octal32011714207665225377270
Binary1101000010011111100010011111011010110010101011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F62; }

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

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

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

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

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

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

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

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