Shades of Mandy #D84251
Tints of Mandy #D84251
RGB
CMYK
RGB Variations
Color information
#D84251 (or 0xD84251) is known color: Mandy. HEX triplet: D8, 42 and 51. RGB value is (216,66,81). Sum of RGB (Red+Green+Blue) = 216+66+81=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D84251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84251 is #27BDAE. Grayscale: #707070. Windows color (decimal): -2604463 or 5325528. OLE color: 5325528.
HSL color Cylindrical-coordinate representation of color #D84251: hue angle of 354º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84251 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 81 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.15 |
| HSL | 354º | 0.66% | 0.55% | - |
| HSV(B) | 354º | 0.69% | 0.85% | - |
| XYZ | 31.75 | 19.09 | 9.8 | - |
| YUV | 112.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 81 | 0 | 0.69 | 0.62 | 0.15 | 354 | 0.66 | 0.55 |
| Hex | D8 | 42 | 51 | 0 | 45 | 3E | F | 162 | 42 | 37 |
| Octal | 330 | 102 | 121 | 0 | 105 | 76 | 17 | 542 | 102 | 67 |
| Binary | 11011000 | 1000010 | 1010001 | 0 | 1000101 | 111110 | 1111 | 101100010 | 1000010 | 110111 |
Color Harmonies of #D84251
Complementary color
Monochromatic Colors of #D84251
Black with #D84251
Text Example
Text Example
White with #D84251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84251; }
p { color: rgb(216,66,81); }
H1.HeaderClassName
{
color: #D84251;
}
.AnyTagClassName
{
color: #D84251;
}
</style>
background-color css
<style>
a { background-color: #D84251; }
a { background-color: rgb(216,66,81); }
div.DivClassName
{
background-color: #D84251;
}
.BgClassName
{
background-color: #D84251;
}
</style>
border-color css
<style>
span { border-color: #D84251; }
span { border-color: rgb(216,66,81); }
td.TdClassName
{
border-color: #D84251;
}
.TagClassName
{
border-color: #D84251;
}
</style>