#D04A4F

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

Shades of Mandy #D04A4F

Tints of Mandy #D04A4F

Color information

#D04A4F (or 0xD04A4F) is unknown color: approx Mandy. HEX triplet: D0, 4A and 4F. RGB value is (208,74,79). Sum of RGB (Red+Green+Blue) = 208+74+79=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A4F is #2FB5B0. Grayscale: #727272. Windows color (decimal): -3126705 or 5196496. OLE color: 5196496.

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

Color convert

RGB2087479-
CMYK00.640.620.18
HSL357.76º58.77%55.29%-
HSV(B)357.76º64.42%81.57%-
XYZ29.8718.879.47-
YUV114.64107.89194.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.62%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=57.62%
G=20.50%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208747900.640.620.18357.7658.7755.29
HexD04A4F0403E121663b37
Octal320112117010076225467367
Binary11010000100101010011110100000011111010010101100110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04A4F; }

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

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

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

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

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

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

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

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