Shades of Mandy #D84A4B
Tints of Mandy #D84A4B
RGB
CMYK
RGB Variations
Color information
#D84A4B (or 0xD84A4B) is known color: Mandy. HEX triplet: D8, 4A and 4B. RGB value is (216,74,75). Sum of RGB (Red+Green+Blue) = 216+74+75=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A4B is #27B5B4. Grayscale: #747474. Windows color (decimal): -2602421 or 4934360. OLE color: 4934360.
HSL color Cylindrical-coordinate representation of color #D84A4B: hue angle of 359.58º 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 #D84A4B is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 75 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.15 |
| HSL | 359.58º | 0.65% | 0.57% | - |
| HSV(B) | 359.58º | 0.66% | 0.85% | - |
| XYZ | 32.04 | 20 | 8.83 | - |
| YUV | 116.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 75 | 0 | 0.66 | 0.65 | 0.15 | 359.58 | 0.65 | 0.57 |
| Hex | D8 | 4A | 4B | 0 | 42 | 41 | F | 168 | 41 | 39 |
| Octal | 330 | 112 | 113 | 0 | 102 | 101 | 17 | 550 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1001011 | 0 | 1000010 | 1000001 | 1111 | 101101000 | 1000001 | 111001 |
Color Harmonies of #D84A4B
Complementary color
Monochromatic Colors of #D84A4B
Black with #D84A4B
Text Example
Text Example
White with #D84A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A4B; }
p { color: rgb(216,74,75); }
H1.HeaderClassName
{
color: #D84A4B;
}
.AnyTagClassName
{
color: #D84A4B;
}
</style>
background-color css
<style>
a { background-color: #D84A4B; }
a { background-color: rgb(216,74,75); }
div.DivClassName
{
background-color: #D84A4B;
}
.BgClassName
{
background-color: #D84A4B;
}
</style>
border-color css
<style>
span { border-color: #D84A4B; }
span { border-color: rgb(216,74,75); }
td.TdClassName
{
border-color: #D84A4B;
}
.TagClassName
{
border-color: #D84A4B;
}
</style>