Shades of Mandy #D84B5A
Tints of Mandy #D84B5A
RGB
CMYK
RGB Variations
Color information
#D84B5A (or 0xD84B5A) is known color: Mandy. HEX triplet: D8, 4B and 5A. RGB value is (216,75,90). Sum of RGB (Red+Green+Blue) = 216+75+90=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B5A is #27B4A5. Grayscale: #767676. Windows color (decimal): -2602150 or 5917656. OLE color: 5917656.
HSL color Cylindrical-coordinate representation of color #D84B5A: hue angle of 353.62º 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 #D84B5A is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 90 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.15 |
| HSL | 353.62º | 0.64% | 0.57% | - |
| HSV(B) | 353.62º | 0.65% | 0.85% | - |
| XYZ | 32.68 | 20.37 | 11.88 | - |
| YUV | 118.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 90 | 0 | 0.65 | 0.58 | 0.15 | 353.62 | 0.64 | 0.57 |
| Hex | D8 | 4B | 5A | 0 | 41 | 3A | F | 162 | 40 | 39 |
| Octal | 330 | 113 | 132 | 0 | 101 | 72 | 17 | 542 | 100 | 71 |
| Binary | 11011000 | 1001011 | 1011010 | 0 | 1000001 | 111010 | 1111 | 101100010 | 1000000 | 111001 |
Color Harmonies of #D84B5A
Complementary color
Monochromatic Colors of #D84B5A
Black with #D84B5A
Text Example
Text Example
White with #D84B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B5A; }
p { color: rgb(216,75,90); }
H1.HeaderClassName
{
color: #D84B5A;
}
.AnyTagClassName
{
color: #D84B5A;
}
</style>
background-color css
<style>
a { background-color: #D84B5A; }
a { background-color: rgb(216,75,90); }
div.DivClassName
{
background-color: #D84B5A;
}
.BgClassName
{
background-color: #D84B5A;
}
</style>
border-color css
<style>
span { border-color: #D84B5A; }
span { border-color: rgb(216,75,90); }
td.TdClassName
{
border-color: #D84B5A;
}
.TagClassName
{
border-color: #D84B5A;
}
</style>