Shades of Mandy #D0484E
Tints of Mandy #D0484E
RGB
CMYK
RGB Variations
Color information
#D0484E (or 0xD0484E) is known color: Mandy. HEX triplet: D0, 48 and 4E. RGB value is (208,72,78). Sum of RGB (Red+Green+Blue) = 208+72+78=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0484E is #2FB7B1. Grayscale: #717171. Windows color (decimal): -3127218 or 5130448. OLE color: 5130448.
HSL color Cylindrical-coordinate representation of color #D0484E: hue angle of 357.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0484E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 78 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.18 |
| HSL | 357.35º | 0.59% | 0.55% | - |
| HSV(B) | 357.35º | 0.65% | 0.82% | - |
| XYZ | 29.7 | 18.59 | 9.23 | - |
| YUV | 113.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 78 | 0 | 0.65 | 0.62 | 0.18 | 357.35 | 0.59 | 0.55 |
| Hex | D0 | 48 | 4E | 0 | 41 | 3E | 12 | 165 | 3B | 37 |
| Octal | 320 | 110 | 116 | 0 | 101 | 76 | 22 | 545 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1001110 | 0 | 1000001 | 111110 | 10010 | 101100101 | 111011 | 110111 |
Color Harmonies of #D0484E
Complementary color
Monochromatic Colors of #D0484E
Black with #D0484E
Text Example
Text Example
White with #D0484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0484E; }
p { color: rgb(208,72,78); }
H1.HeaderClassName
{
color: #D0484E;
}
.AnyTagClassName
{
color: #D0484E;
}
</style>
background-color css
<style>
a { background-color: #D0484E; }
a { background-color: rgb(208,72,78); }
div.DivClassName
{
background-color: #D0484E;
}
.BgClassName
{
background-color: #D0484E;
}
</style>
border-color css
<style>
span { border-color: #D0484E; }
span { border-color: rgb(208,72,78); }
td.TdClassName
{
border-color: #D0484E;
}
.TagClassName
{
border-color: #D0484E;
}
</style>