Shades of Mandy #D0484B
Tints of Mandy #D0484B
RGB
CMYK
RGB Variations
Color information
#D0484B (or 0xD0484B) is known color: Mandy. HEX triplet: D0, 48 and 4B. RGB value is (208,72,75). Sum of RGB (Red+Green+Blue) = 208+72+75=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0484B is #2FB7B4. Grayscale: #717171. Windows color (decimal): -3127221 or 4933840. OLE color: 4933840.
HSL color Cylindrical-coordinate representation of color #D0484B: hue angle of 358.68º 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 #D0484B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 75 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.18 |
| HSL | 358.68º | 0.59% | 0.55% | - |
| HSV(B) | 358.68º | 0.65% | 0.82% | - |
| XYZ | 29.6 | 18.55 | 8.68 | - |
| YUV | 113.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 75 | 0 | 0.65 | 0.64 | 0.18 | 358.68 | 0.59 | 0.55 |
| Hex | D0 | 48 | 4B | 0 | 41 | 40 | 12 | 167 | 3B | 37 |
| Octal | 320 | 110 | 113 | 0 | 101 | 100 | 22 | 547 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1001011 | 0 | 1000001 | 1000000 | 10010 | 101100111 | 111011 | 110111 |
Color Harmonies of #D0484B
Complementary color
Monochromatic Colors of #D0484B
Black with #D0484B
Text Example
Text Example
White with #D0484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0484B; }
p { color: rgb(208,72,75); }
H1.HeaderClassName
{
color: #D0484B;
}
.AnyTagClassName
{
color: #D0484B;
}
</style>
background-color css
<style>
a { background-color: #D0484B; }
a { background-color: rgb(208,72,75); }
div.DivClassName
{
background-color: #D0484B;
}
.BgClassName
{
background-color: #D0484B;
}
</style>
border-color css
<style>
span { border-color: #D0484B; }
span { border-color: rgb(208,72,75); }
td.TdClassName
{
border-color: #D0484B;
}
.TagClassName
{
border-color: #D0484B;
}
</style>