Shades of Mandy #D84351
Tints of Mandy #D84351
RGB
CMYK
RGB Variations
Color information
#D84351 (or 0xD84351) is known color: Mandy. HEX triplet: D8, 43 and 51. RGB value is (216,67,81). Sum of RGB (Red+Green+Blue) = 216+67+81=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D84351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84351 is #27BCAE. Grayscale: #717171. Windows color (decimal): -2604207 or 5325784. OLE color: 5325784.
HSL color Cylindrical-coordinate representation of color #D84351: hue angle of 354.36º 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 #D84351 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 81 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.15 |
| HSL | 354.36º | 0.66% | 0.55% | - |
| HSV(B) | 354.36º | 0.69% | 0.85% | - |
| XYZ | 31.81 | 19.21 | 9.82 | - |
| YUV | 113.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 81 | 0 | 0.69 | 0.62 | 0.15 | 354.36 | 0.66 | 0.55 |
| Hex | D8 | 43 | 51 | 0 | 45 | 3E | F | 162 | 42 | 37 |
| Octal | 330 | 103 | 121 | 0 | 105 | 76 | 17 | 542 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1010001 | 0 | 1000101 | 111110 | 1111 | 101100010 | 1000010 | 110111 |
Color Harmonies of #D84351
Complementary color
Monochromatic Colors of #D84351
Black with #D84351
Text Example
Text Example
White with #D84351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84351; }
p { color: rgb(216,67,81); }
H1.HeaderClassName
{
color: #D84351;
}
.AnyTagClassName
{
color: #D84351;
}
</style>
background-color css
<style>
a { background-color: #D84351; }
a { background-color: rgb(216,67,81); }
div.DivClassName
{
background-color: #D84351;
}
.BgClassName
{
background-color: #D84351;
}
</style>
border-color css
<style>
span { border-color: #D84351; }
span { border-color: rgb(216,67,81); }
td.TdClassName
{
border-color: #D84351;
}
.TagClassName
{
border-color: #D84351;
}
</style>