Shades of Mandy #D8484B
Tints of Mandy #D8484B
RGB
CMYK
RGB Variations
Color information
#D8484B (or 0xD8484B) is known color: Mandy. HEX triplet: D8, 48 and 4B. RGB value is (216,72,75). Sum of RGB (Red+Green+Blue) = 216+72+75=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8484B is #27B7B4. Grayscale: #737373. Windows color (decimal): -2602933 or 4933848. OLE color: 4933848.
HSL color Cylindrical-coordinate representation of color #D8484B: hue angle of 358.75º 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 #D8484B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 75 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.15 |
| HSL | 358.75º | 0.65% | 0.56% | - |
| HSV(B) | 358.75º | 0.67% | 0.85% | - |
| XYZ | 31.91 | 19.74 | 8.79 | - |
| YUV | 115.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 75 | 0 | 0.67 | 0.65 | 0.15 | 358.75 | 0.65 | 0.56 |
| Hex | D8 | 48 | 4B | 0 | 43 | 41 | F | 167 | 41 | 38 |
| Octal | 330 | 110 | 113 | 0 | 103 | 101 | 17 | 547 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1001011 | 0 | 1000011 | 1000001 | 1111 | 101100111 | 1000001 | 111000 |
Color Harmonies of #D8484B
Complementary color
Monochromatic Colors of #D8484B
Black with #D8484B
Text Example
Text Example
White with #D8484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8484B; }
p { color: rgb(216,72,75); }
H1.HeaderClassName
{
color: #D8484B;
}
.AnyTagClassName
{
color: #D8484B;
}
</style>
background-color css
<style>
a { background-color: #D8484B; }
a { background-color: rgb(216,72,75); }
div.DivClassName
{
background-color: #D8484B;
}
.BgClassName
{
background-color: #D8484B;
}
</style>
border-color css
<style>
span { border-color: #D8484B; }
span { border-color: rgb(216,72,75); }
td.TdClassName
{
border-color: #D8484B;
}
.TagClassName
{
border-color: #D8484B;
}
</style>