Shades of Mandy #D8485B
Tints of Mandy #D8485B
RGB
CMYK
RGB Variations
Color information
#D8485B (or 0xD8485B) is known color: Mandy. HEX triplet: D8, 48 and 5B. RGB value is (216,72,91). Sum of RGB (Red+Green+Blue) = 216+72+91=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8485B is #27B7A4. Grayscale: #757575. Windows color (decimal): -2602917 or 5982424. OLE color: 5982424.
HSL color Cylindrical-coordinate representation of color #D8485B: hue angle of 352.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8485B is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 91 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.15 |
| HSL | 352.08º | 0.65% | 0.56% | - |
| HSV(B) | 352.08º | 0.67% | 0.85% | - |
| XYZ | 32.52 | 19.99 | 12.04 | - |
| YUV | 117.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 91 | 0 | 0.67 | 0.58 | 0.15 | 352.08 | 0.65 | 0.56 |
| Hex | D8 | 48 | 5B | 0 | 43 | 3A | F | 160 | 41 | 38 |
| Octal | 330 | 110 | 133 | 0 | 103 | 72 | 17 | 540 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1011011 | 0 | 1000011 | 111010 | 1111 | 101100000 | 1000001 | 111000 |
Color Harmonies of #D8485B
Complementary color
Monochromatic Colors of #D8485B
Black with #D8485B
Text Example
Text Example
White with #D8485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8485B; }
p { color: rgb(216,72,91); }
H1.HeaderClassName
{
color: #D8485B;
}
.AnyTagClassName
{
color: #D8485B;
}
</style>
background-color css
<style>
a { background-color: #D8485B; }
a { background-color: rgb(216,72,91); }
div.DivClassName
{
background-color: #D8485B;
}
.BgClassName
{
background-color: #D8485B;
}
</style>
border-color css
<style>
span { border-color: #D8485B; }
span { border-color: rgb(216,72,91); }
td.TdClassName
{
border-color: #D8485B;
}
.TagClassName
{
border-color: #D8485B;
}
</style>