Shades of Mandy #D84A4D
Tints of Mandy #D84A4D
RGB
CMYK
RGB Variations
Color information
#D84A4D (or 0xD84A4D) is known color: Mandy. HEX triplet: D8, 4A and 4D. RGB value is (216,74,77). Sum of RGB (Red+Green+Blue) = 216+74+77=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A4D is #27B5B2. Grayscale: #747474. Windows color (decimal): -2602419 or 5065432. OLE color: 5065432.
HSL color Cylindrical-coordinate representation of color #D84A4D: hue angle of 358.73º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84A4D is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 77 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.15 |
| HSL | 358.73º | 0.65% | 0.57% | - |
| HSV(B) | 358.73º | 0.66% | 0.85% | - |
| XYZ | 32.11 | 20.03 | 9.2 | - |
| YUV | 116.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 77 | 0 | 0.66 | 0.64 | 0.15 | 358.73 | 0.65 | 0.57 |
| Hex | D8 | 4A | 4D | 0 | 42 | 40 | F | 167 | 41 | 39 |
| Octal | 330 | 112 | 115 | 0 | 102 | 100 | 17 | 547 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1001101 | 0 | 1000010 | 1000000 | 1111 | 101100111 | 1000001 | 111001 |
Color Harmonies of #D84A4D
Complementary color
Monochromatic Colors of #D84A4D
Black with #D84A4D
Text Example
Text Example
White with #D84A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A4D; }
p { color: rgb(216,74,77); }
H1.HeaderClassName
{
color: #D84A4D;
}
.AnyTagClassName
{
color: #D84A4D;
}
</style>
background-color css
<style>
a { background-color: #D84A4D; }
a { background-color: rgb(216,74,77); }
div.DivClassName
{
background-color: #D84A4D;
}
.BgClassName
{
background-color: #D84A4D;
}
</style>
border-color css
<style>
span { border-color: #D84A4D; }
span { border-color: rgb(216,74,77); }
td.TdClassName
{
border-color: #D84A4D;
}
.TagClassName
{
border-color: #D84A4D;
}
</style>