Shades of Mandy #D65761
Tints of Mandy #D65761
RGB
CMYK
RGB Variations
Color information
#D65761 (or 0xD65761) is known color: Mandy. HEX triplet: D6, 57 and 61. RGB value is (214,87,97). Sum of RGB (Red+Green+Blue) = 214+87+97=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D65761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65761 is #29A89E. Grayscale: #7E7E7E. Windows color (decimal): -2730143 or 6379478. OLE color: 6379478.
HSL color Cylindrical-coordinate representation of color #D65761: hue angle of 355.28º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65761 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 97 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.16 |
| HSL | 355.28º | 0.61% | 0.59% | - |
| HSV(B) | 355.28º | 0.59% | 0.84% | - |
| XYZ | 33.3 | 21.98 | 13.8 | - |
| YUV | 126.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 97 | 0 | 0.59 | 0.55 | 0.16 | 355.28 | 0.61 | 0.59 |
| Hex | D6 | 57 | 61 | 0 | 3B | 37 | 10 | 163 | 3D | 3B |
| Octal | 326 | 127 | 141 | 0 | 73 | 67 | 20 | 543 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1100001 | 0 | 111011 | 110111 | 10000 | 101100011 | 111101 | 111011 |
Color Harmonies of #D65761
Complementary color
Monochromatic Colors of #D65761
Black with #D65761
Text Example
Text Example
White with #D65761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65761; }
p { color: rgb(214,87,97); }
H1.HeaderClassName
{
color: #D65761;
}
.AnyTagClassName
{
color: #D65761;
}
</style>
background-color css
<style>
a { background-color: #D65761; }
a { background-color: rgb(214,87,97); }
div.DivClassName
{
background-color: #D65761;
}
.BgClassName
{
background-color: #D65761;
}
</style>
border-color css
<style>
span { border-color: #D65761; }
span { border-color: rgb(214,87,97); }
td.TdClassName
{
border-color: #D65761;
}
.TagClassName
{
border-color: #D65761;
}
</style>