Shades of Mandy #D84B5B
Tints of Mandy #D84B5B
RGB
CMYK
RGB Variations
Color information
#D84B5B (or 0xD84B5B) is known color: Mandy. HEX triplet: D8, 4B and 5B. RGB value is (216,75,91). Sum of RGB (Red+Green+Blue) = 216+75+91=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B5B is #27B4A4. Grayscale: #777777. Windows color (decimal): -2602149 or 5983192. OLE color: 5983192.
HSL color Cylindrical-coordinate representation of color #D84B5B: hue angle of 353.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84B5B is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 91 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.15 |
| HSL | 353.19º | 0.64% | 0.57% | - |
| HSV(B) | 353.19º | 0.65% | 0.85% | - |
| XYZ | 32.72 | 20.39 | 12.11 | - |
| YUV | 118.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 91 | 0 | 0.65 | 0.58 | 0.15 | 353.19 | 0.64 | 0.57 |
| Hex | D8 | 4B | 5B | 0 | 41 | 3A | F | 161 | 40 | 39 |
| Octal | 330 | 113 | 133 | 0 | 101 | 72 | 17 | 541 | 100 | 71 |
| Binary | 11011000 | 1001011 | 1011011 | 0 | 1000001 | 111010 | 1111 | 101100001 | 1000000 | 111001 |
Color Harmonies of #D84B5B
Complementary color
Monochromatic Colors of #D84B5B
Black with #D84B5B
Text Example
Text Example
White with #D84B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B5B; }
p { color: rgb(216,75,91); }
H1.HeaderClassName
{
color: #D84B5B;
}
.AnyTagClassName
{
color: #D84B5B;
}
</style>
background-color css
<style>
a { background-color: #D84B5B; }
a { background-color: rgb(216,75,91); }
div.DivClassName
{
background-color: #D84B5B;
}
.BgClassName
{
background-color: #D84B5B;
}
</style>
border-color css
<style>
span { border-color: #D84B5B; }
span { border-color: rgb(216,75,91); }
td.TdClassName
{
border-color: #D84B5B;
}
.TagClassName
{
border-color: #D84B5B;
}
</style>