Shades of Mandy #D8505C
Tints of Mandy #D8505C
RGB
CMYK
RGB Variations
Color information
#D8505C (or 0xD8505C) is known color: Mandy. HEX triplet: D8, 50 and 5C. RGB value is (216,80,92). Sum of RGB (Red+Green+Blue) = 216+80+92=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8505C is #27AFA3. Grayscale: #7A7A7A. Windows color (decimal): -2600868 or 6050008. OLE color: 6050008.
HSL color Cylindrical-coordinate representation of color #D8505C: hue angle of 354.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8505C is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 92 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.15 |
| HSL | 354.71º | 0.64% | 0.58% | - |
| HSV(B) | 354.71º | 0.63% | 0.85% | - |
| XYZ | 33.12 | 21.11 | 12.45 | - |
| YUV | 122.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 92 | 0 | 0.63 | 0.57 | 0.15 | 354.71 | 0.64 | 0.58 |
| Hex | D8 | 50 | 5C | 0 | 3F | 39 | F | 163 | 40 | 3A |
| Octal | 330 | 120 | 134 | 0 | 77 | 71 | 17 | 543 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1011100 | 0 | 111111 | 111001 | 1111 | 101100011 | 1000000 | 111010 |
Color Harmonies of #D8505C
Complementary color
Monochromatic Colors of #D8505C
Black with #D8505C
Text Example
Text Example
White with #D8505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8505C; }
p { color: rgb(216,80,92); }
H1.HeaderClassName
{
color: #D8505C;
}
.AnyTagClassName
{
color: #D8505C;
}
</style>
background-color css
<style>
a { background-color: #D8505C; }
a { background-color: rgb(216,80,92); }
div.DivClassName
{
background-color: #D8505C;
}
.BgClassName
{
background-color: #D8505C;
}
</style>
border-color css
<style>
span { border-color: #D8505C; }
span { border-color: rgb(216,80,92); }
td.TdClassName
{
border-color: #D8505C;
}
.TagClassName
{
border-color: #D8505C;
}
</style>