Shades of Mandy #D8485A
Tints of Mandy #D8485A
RGB
CMYK
RGB Variations
Color information
#D8485A (or 0xD8485A) is known color: Mandy. HEX triplet: D8, 48 and 5A. RGB value is (216,72,90). Sum of RGB (Red+Green+Blue) = 216+72+90=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8485A is #27B7A5. Grayscale: #757575. Windows color (decimal): -2602918 or 5916888. OLE color: 5916888.
HSL color Cylindrical-coordinate representation of color #D8485A: hue angle of 352.5º 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 #D8485A is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 90 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.15 |
| HSL | 352.5º | 0.65% | 0.56% | - |
| HSV(B) | 352.5º | 0.67% | 0.85% | - |
| XYZ | 32.48 | 19.97 | 11.82 | - |
| YUV | 117.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 90 | 0 | 0.67 | 0.58 | 0.15 | 352.5 | 0.65 | 0.56 |
| Hex | D8 | 48 | 5A | 0 | 43 | 3A | F | 160 | 41 | 38 |
| Octal | 330 | 110 | 132 | 0 | 103 | 72 | 17 | 540 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1011010 | 0 | 1000011 | 111010 | 1111 | 101100000 | 1000001 | 111000 |
Color Harmonies of #D8485A
Complementary color
Monochromatic Colors of #D8485A
Black with #D8485A
Text Example
Text Example
White with #D8485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8485A; }
p { color: rgb(216,72,90); }
H1.HeaderClassName
{
color: #D8485A;
}
.AnyTagClassName
{
color: #D8485A;
}
</style>
background-color css
<style>
a { background-color: #D8485A; }
a { background-color: rgb(216,72,90); }
div.DivClassName
{
background-color: #D8485A;
}
.BgClassName
{
background-color: #D8485A;
}
</style>
border-color css
<style>
span { border-color: #D8485A; }
span { border-color: rgb(216,72,90); }
td.TdClassName
{
border-color: #D8485A;
}
.TagClassName
{
border-color: #D8485A;
}
</style>