Shades of Mandy #D65C5D
Tints of Mandy #D65C5D
RGB
CMYK
RGB Variations
Color information
#D65C5D (or 0xD65C5D) is known color: Mandy. HEX triplet: D6, 5C and 5D. RGB value is (214,92,93). Sum of RGB (Red+Green+Blue) = 214+92+93=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C5D is #29A3A2. Grayscale: #808080. Windows color (decimal): -2728867 or 6118614. OLE color: 6118614.
HSL color Cylindrical-coordinate representation of color #D65C5D: hue angle of 359.51º 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 #D65C5D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 93 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.16 |
| HSL | 359.51º | 0.6% | 0.6% | - |
| HSV(B) | 359.51º | 0.57% | 0.84% | - |
| XYZ | 33.53 | 22.74 | 12.98 | - |
| YUV | 128.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 93 | 0 | 0.57 | 0.57 | 0.16 | 359.51 | 0.6 | 0.6 |
| Hex | D6 | 5C | 5D | 0 | 39 | 39 | 10 | 168 | 3C | 3C |
| Octal | 326 | 134 | 135 | 0 | 71 | 71 | 20 | 550 | 74 | 74 |
| Binary | 11010110 | 1011100 | 1011101 | 0 | 111001 | 111001 | 10000 | 101101000 | 111100 | 111100 |
Color Harmonies of #D65C5D
Complementary color
Monochromatic Colors of #D65C5D
Black with #D65C5D
Text Example
Text Example
White with #D65C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C5D; }
p { color: rgb(214,92,93); }
H1.HeaderClassName
{
color: #D65C5D;
}
.AnyTagClassName
{
color: #D65C5D;
}
</style>
background-color css
<style>
a { background-color: #D65C5D; }
a { background-color: rgb(214,92,93); }
div.DivClassName
{
background-color: #D65C5D;
}
.BgClassName
{
background-color: #D65C5D;
}
</style>
border-color css
<style>
span { border-color: #D65C5D; }
span { border-color: rgb(214,92,93); }
td.TdClassName
{
border-color: #D65C5D;
}
.TagClassName
{
border-color: #D65C5D;
}
</style>