Shades of Mandy #D95B5C
Tints of Mandy #D95B5C
RGB
CMYK
RGB Variations
Color information
#D95B5C (or 0xD95B5C) is known color: Mandy. HEX triplet: D9, 5B and 5C. RGB value is (217,91,92). Sum of RGB (Red+Green+Blue) = 217+91+92=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B5C is #26A4A3. Grayscale: #808080. Windows color (decimal): -2532516 or 6052825. OLE color: 6052825.
HSL color Cylindrical-coordinate representation of color #D95B5C: hue angle of 359.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95B5C is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 91 | 92 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.15 |
| HSL | 359.52º | 0.62% | 0.6% | - |
| HSV(B) | 359.52º | 0.58% | 0.85% | - |
| XYZ | 34.29 | 23.01 | 12.76 | - |
| YUV | 128.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 91 | 92 | 0 | 0.58 | 0.58 | 0.15 | 359.52 | 0.62 | 0.6 |
| Hex | D9 | 5B | 5C | 0 | 3A | 3A | F | 168 | 3E | 3C |
| Octal | 331 | 133 | 134 | 0 | 72 | 72 | 17 | 550 | 76 | 74 |
| Binary | 11011001 | 1011011 | 1011100 | 0 | 111010 | 111010 | 1111 | 101101000 | 111110 | 111100 |
Color Harmonies of #D95B5C
Complementary color
Monochromatic Colors of #D95B5C
Black with #D95B5C
Text Example
Text Example
White with #D95B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95B5C; }
p { color: rgb(217,91,92); }
H1.HeaderClassName
{
color: #D95B5C;
}
.AnyTagClassName
{
color: #D95B5C;
}
</style>
background-color css
<style>
a { background-color: #D95B5C; }
a { background-color: rgb(217,91,92); }
div.DivClassName
{
background-color: #D95B5C;
}
.BgClassName
{
background-color: #D95B5C;
}
</style>
border-color css
<style>
span { border-color: #D95B5C; }
span { border-color: rgb(217,91,92); }
td.TdClassName
{
border-color: #D95B5C;
}
.TagClassName
{
border-color: #D95B5C;
}
</style>