#D0475B

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

Shades of Mandy #D0475B

Tints of Mandy #D0475B

Color information

#D0475B (or 0xD0475B) is unknown color: approx Mandy. HEX triplet: D0, 47 and 5B. RGB value is (208,71,91). Sum of RGB (Red+Green+Blue) = 208+71+91=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0475B is #2FB8A4. Grayscale: #727272. Windows color (decimal): -3127461 or 5982160. OLE color: 5982160.

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

Color convert

RGB2087191-
CMYK00.660.560.18
HSL351.24º59.31%54.71%-
HSV(B)351.24º65.87%81.57%-
XYZ30.1518.6711.91-
YUV114.24114.89194.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.22%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=56.22%
G=19.19%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208719100.660.560.18351.2459.3154.71
HexD0475B042381215f3b37
Octal320107133010270225377367
Binary11010000100011110110110100001011100010010101011111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0475B; }

 p { color: rgb(208,71,91); }

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

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

 a { background-color: rgb(208,71,91); }

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

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

 span { border-color: rgb(208,71,91); }

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