Shades of Mandy #D84358
Tints of Mandy #D84358
RGB
CMYK
RGB Variations
Color information
#D84358 (or 0xD84358) is known color: Mandy. HEX triplet: D8, 43 and 58. RGB value is (216,67,88). Sum of RGB (Red+Green+Blue) = 216+67+88=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D84358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84358 is #27BCA7. Grayscale: #727272. Windows color (decimal): -2604200 or 5784536. OLE color: 5784536.
HSL color Cylindrical-coordinate representation of color #D84358: hue angle of 351.54º 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 #D84358 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 88 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.15 |
| HSL | 351.54º | 0.66% | 0.55% | - |
| HSV(B) | 351.54º | 0.69% | 0.85% | - |
| XYZ | 32.09 | 19.32 | 11.27 | - |
| YUV | 113.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 88 | 0 | 0.69 | 0.59 | 0.15 | 351.54 | 0.66 | 0.55 |
| Hex | D8 | 43 | 58 | 0 | 45 | 3B | F | 160 | 42 | 37 |
| Octal | 330 | 103 | 130 | 0 | 105 | 73 | 17 | 540 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1011000 | 0 | 1000101 | 111011 | 1111 | 101100000 | 1000010 | 110111 |
Color Harmonies of #D84358
Complementary color
Monochromatic Colors of #D84358
Black with #D84358
Text Example
Text Example
White with #D84358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84358; }
p { color: rgb(216,67,88); }
H1.HeaderClassName
{
color: #D84358;
}
.AnyTagClassName
{
color: #D84358;
}
</style>
background-color css
<style>
a { background-color: #D84358; }
a { background-color: rgb(216,67,88); }
div.DivClassName
{
background-color: #D84358;
}
.BgClassName
{
background-color: #D84358;
}
</style>
border-color css
<style>
span { border-color: #D84358; }
span { border-color: rgb(216,67,88); }
td.TdClassName
{
border-color: #D84358;
}
.TagClassName
{
border-color: #D84358;
}
</style>