Shades of Mandy #D84353
Tints of Mandy #D84353
RGB
CMYK
RGB Variations
Color information
#D84353 (or 0xD84353) is known color: Mandy. HEX triplet: D8, 43 and 53. RGB value is (216,67,83). Sum of RGB (Red+Green+Blue) = 216+67+83=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D84353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84353 is #27BCAC. Grayscale: #717171. Windows color (decimal): -2604205 or 5456856. OLE color: 5456856.
HSL color Cylindrical-coordinate representation of color #D84353: hue angle of 353.56º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84353 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 83 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.15 |
| HSL | 353.56º | 0.66% | 0.55% | - |
| HSV(B) | 353.56º | 0.69% | 0.85% | - |
| XYZ | 31.89 | 19.24 | 10.22 | - |
| YUV | 113.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 83 | 0 | 0.69 | 0.62 | 0.15 | 353.56 | 0.66 | 0.55 |
| Hex | D8 | 43 | 53 | 0 | 45 | 3E | F | 162 | 42 | 37 |
| Octal | 330 | 103 | 123 | 0 | 105 | 76 | 17 | 542 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1010011 | 0 | 1000101 | 111110 | 1111 | 101100010 | 1000010 | 110111 |
Color Harmonies of #D84353
Complementary color
Monochromatic Colors of #D84353
Black with #D84353
Text Example
Text Example
White with #D84353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84353; }
p { color: rgb(216,67,83); }
H1.HeaderClassName
{
color: #D84353;
}
.AnyTagClassName
{
color: #D84353;
}
</style>
background-color css
<style>
a { background-color: #D84353; }
a { background-color: rgb(216,67,83); }
div.DivClassName
{
background-color: #D84353;
}
.BgClassName
{
background-color: #D84353;
}
</style>
border-color css
<style>
span { border-color: #D84353; }
span { border-color: rgb(216,67,83); }
td.TdClassName
{
border-color: #D84353;
}
.TagClassName
{
border-color: #D84353;
}
</style>