Shades of Mandy #D84C5C
Tints of Mandy #D84C5C
RGB
CMYK
RGB Variations
Color information
#D84C5C (or 0xD84C5C) is known color: Mandy. HEX triplet: D8, 4C and 5C. RGB value is (216,76,92). Sum of RGB (Red+Green+Blue) = 216+76+92=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C5C is #27B3A3. Grayscale: #777777. Windows color (decimal): -2601892 or 6048984. OLE color: 6048984.
HSL color Cylindrical-coordinate representation of color #D84C5C: hue angle of 353.14º 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 #D84C5C is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 92 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.15 |
| HSL | 353.14º | 0.64% | 0.57% | - |
| HSV(B) | 353.14º | 0.65% | 0.85% | - |
| XYZ | 32.84 | 20.54 | 12.36 | - |
| YUV | 119.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 92 | 0 | 0.65 | 0.57 | 0.15 | 353.14 | 0.64 | 0.57 |
| Hex | D8 | 4C | 5C | 0 | 41 | 39 | F | 161 | 40 | 39 |
| Octal | 330 | 114 | 134 | 0 | 101 | 71 | 17 | 541 | 100 | 71 |
| Binary | 11011000 | 1001100 | 1011100 | 0 | 1000001 | 111001 | 1111 | 101100001 | 1000000 | 111001 |
Color Harmonies of #D84C5C
Complementary color
Monochromatic Colors of #D84C5C
Black with #D84C5C
Text Example
Text Example
White with #D84C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C5C; }
p { color: rgb(216,76,92); }
H1.HeaderClassName
{
color: #D84C5C;
}
.AnyTagClassName
{
color: #D84C5C;
}
</style>
background-color css
<style>
a { background-color: #D84C5C; }
a { background-color: rgb(216,76,92); }
div.DivClassName
{
background-color: #D84C5C;
}
.BgClassName
{
background-color: #D84C5C;
}
</style>
border-color css
<style>
span { border-color: #D84C5C; }
span { border-color: rgb(216,76,92); }
td.TdClassName
{
border-color: #D84C5C;
}
.TagClassName
{
border-color: #D84C5C;
}
</style>