Shades of Mandy #D7484D
Tints of Mandy #D7484D
RGB
CMYK
RGB Variations
Color information
#D7484D (or 0xD7484D) is known color: Mandy. HEX triplet: D7, 48 and 4D. RGB value is (215,72,77). Sum of RGB (Red+Green+Blue) = 215+72+77=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7484D is #28B7B2. Grayscale: #737373. Windows color (decimal): -2668467 or 5064919. OLE color: 5064919.
HSL color Cylindrical-coordinate representation of color #D7484D: hue angle of 357.9º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7484D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 77 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.16 |
| HSL | 357.9º | 0.64% | 0.56% | - |
| HSV(B) | 357.9º | 0.67% | 0.84% | - |
| XYZ | 31.68 | 19.62 | 9.14 | - |
| YUV | 115.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 77 | 0 | 0.67 | 0.64 | 0.16 | 357.9 | 0.64 | 0.56 |
| Hex | D7 | 48 | 4D | 0 | 43 | 40 | 10 | 166 | 40 | 38 |
| Octal | 327 | 110 | 115 | 0 | 103 | 100 | 20 | 546 | 100 | 70 |
| Binary | 11010111 | 1001000 | 1001101 | 0 | 1000011 | 1000000 | 10000 | 101100110 | 1000000 | 111000 |
Color Harmonies of #D7484D
Complementary color
Monochromatic Colors of #D7484D
Black with #D7484D
Text Example
Text Example
White with #D7484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7484D; }
p { color: rgb(215,72,77); }
H1.HeaderClassName
{
color: #D7484D;
}
.AnyTagClassName
{
color: #D7484D;
}
</style>
background-color css
<style>
a { background-color: #D7484D; }
a { background-color: rgb(215,72,77); }
div.DivClassName
{
background-color: #D7484D;
}
.BgClassName
{
background-color: #D7484D;
}
</style>
border-color css
<style>
span { border-color: #D7484D; }
span { border-color: rgb(215,72,77); }
td.TdClassName
{
border-color: #D7484D;
}
.TagClassName
{
border-color: #D7484D;
}
</style>