Shades of Mandy #D65C5E
Tints of Mandy #D65C5E
RGB
CMYK
RGB Variations
Color information
#D65C5E (or 0xD65C5E) is known color: Mandy. HEX triplet: D6, 5C and 5E. RGB value is (214,92,94). Sum of RGB (Red+Green+Blue) = 214+92+94=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C5E is #29A3A1. Grayscale: #808080. Windows color (decimal): -2728866 or 6184150. OLE color: 6184150.
HSL color Cylindrical-coordinate representation of color #D65C5E: hue angle of 359.02º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65C5E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 94 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.16 |
| HSL | 359.02º | 0.6% | 0.6% | - |
| HSV(B) | 359.02º | 0.57% | 0.84% | - |
| XYZ | 33.58 | 22.76 | 13.21 | - |
| YUV | 128.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 94 | 0 | 0.57 | 0.56 | 0.16 | 359.02 | 0.6 | 0.6 |
| Hex | D6 | 5C | 5E | 0 | 39 | 38 | 10 | 167 | 3C | 3C |
| Octal | 326 | 134 | 136 | 0 | 71 | 70 | 20 | 547 | 74 | 74 |
| Binary | 11010110 | 1011100 | 1011110 | 0 | 111001 | 111000 | 10000 | 101100111 | 111100 | 111100 |
Color Harmonies of #D65C5E
Complementary color
Monochromatic Colors of #D65C5E
Black with #D65C5E
Text Example
Text Example
White with #D65C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C5E; }
p { color: rgb(214,92,94); }
H1.HeaderClassName
{
color: #D65C5E;
}
.AnyTagClassName
{
color: #D65C5E;
}
</style>
background-color css
<style>
a { background-color: #D65C5E; }
a { background-color: rgb(214,92,94); }
div.DivClassName
{
background-color: #D65C5E;
}
.BgClassName
{
background-color: #D65C5E;
}
</style>
border-color css
<style>
span { border-color: #D65C5E; }
span { border-color: rgb(214,92,94); }
td.TdClassName
{
border-color: #D65C5E;
}
.TagClassName
{
border-color: #D65C5E;
}
</style>