Shades of Mandy #D65C62
Tints of Mandy #D65C62
RGB
CMYK
RGB Variations
Color information
#D65C62 (or 0xD65C62) is known color: Mandy. HEX triplet: D6, 5C and 62. RGB value is (214,92,98). Sum of RGB (Red+Green+Blue) = 214+92+98=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C62 is #29A39D. Grayscale: #818181. Windows color (decimal): -2728862 or 6446294. OLE color: 6446294.
HSL color Cylindrical-coordinate representation of color #D65C62: hue angle of 357.05º 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 #D65C62 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 98 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.16 |
| HSL | 357.05º | 0.6% | 0.6% | - |
| HSV(B) | 357.05º | 0.57% | 0.84% | - |
| XYZ | 33.76 | 22.83 | 14.18 | - |
| YUV | 129.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 98 | 0 | 0.57 | 0.54 | 0.16 | 357.05 | 0.6 | 0.6 |
| Hex | D6 | 5C | 62 | 0 | 39 | 36 | 10 | 165 | 3C | 3C |
| Octal | 326 | 134 | 142 | 0 | 71 | 66 | 20 | 545 | 74 | 74 |
| Binary | 11010110 | 1011100 | 1100010 | 0 | 111001 | 110110 | 10000 | 101100101 | 111100 | 111100 |
Color Harmonies of #D65C62
Complementary color
Monochromatic Colors of #D65C62
Black with #D65C62
Text Example
Text Example
White with #D65C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C62; }
p { color: rgb(214,92,98); }
H1.HeaderClassName
{
color: #D65C62;
}
.AnyTagClassName
{
color: #D65C62;
}
</style>
background-color css
<style>
a { background-color: #D65C62; }
a { background-color: rgb(214,92,98); }
div.DivClassName
{
background-color: #D65C62;
}
.BgClassName
{
background-color: #D65C62;
}
</style>
border-color css
<style>
span { border-color: #D65C62; }
span { border-color: rgb(214,92,98); }
td.TdClassName
{
border-color: #D65C62;
}
.TagClassName
{
border-color: #D65C62;
}
</style>