Shades of Mandy #D84350
Tints of Mandy #D84350
RGB
CMYK
RGB Variations
Color information
#D84350 (or 0xD84350) is known color: Mandy. HEX triplet: D8, 43 and 50. RGB value is (216,67,80). Sum of RGB (Red+Green+Blue) = 216+67+80=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D84350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84350 is #27BCAF. Grayscale: #717171. Windows color (decimal): -2604208 or 5260248. OLE color: 5260248.
HSL color Cylindrical-coordinate representation of color #D84350: hue angle of 354.77º 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 #D84350 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 80 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.15 |
| HSL | 354.77º | 0.66% | 0.55% | - |
| HSV(B) | 354.77º | 0.69% | 0.85% | - |
| XYZ | 31.77 | 19.19 | 9.62 | - |
| YUV | 113.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 80 | 0 | 0.69 | 0.63 | 0.15 | 354.77 | 0.66 | 0.55 |
| Hex | D8 | 43 | 50 | 0 | 45 | 3F | F | 163 | 42 | 37 |
| Octal | 330 | 103 | 120 | 0 | 105 | 77 | 17 | 543 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1010000 | 0 | 1000101 | 111111 | 1111 | 101100011 | 1000010 | 110111 |
Color Harmonies of #D84350
Complementary color
Monochromatic Colors of #D84350
Black with #D84350
Text Example
Text Example
White with #D84350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84350; }
p { color: rgb(216,67,80); }
H1.HeaderClassName
{
color: #D84350;
}
.AnyTagClassName
{
color: #D84350;
}
</style>
background-color css
<style>
a { background-color: #D84350; }
a { background-color: rgb(216,67,80); }
div.DivClassName
{
background-color: #D84350;
}
.BgClassName
{
background-color: #D84350;
}
</style>
border-color css
<style>
span { border-color: #D84350; }
span { border-color: rgb(216,67,80); }
td.TdClassName
{
border-color: #D84350;
}
.TagClassName
{
border-color: #D84350;
}
</style>