Shades of Mandy #D66065
Tints of Mandy #D66065
RGB
CMYK
RGB Variations
Color information
#D66065 (or 0xD66065) is known color: Mandy. HEX triplet: D6, 60 and 65. RGB value is (214,96,101). Sum of RGB (Red+Green+Blue) = 214+96+101=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D66065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66065 is #299F9A. Grayscale: #838383. Windows color (decimal): -2727835 or 6643926. OLE color: 6643926.
HSL color Cylindrical-coordinate representation of color #D66065: hue angle of 357.46º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66065 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 101 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.16 |
| HSL | 357.46º | 0.59% | 0.61% | - |
| HSV(B) | 357.46º | 0.55% | 0.84% | - |
| XYZ | 34.26 | 23.6 | 15.06 | - |
| YUV | 131.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 101 | 0 | 0.55 | 0.53 | 0.16 | 357.46 | 0.59 | 0.61 |
| Hex | D6 | 60 | 65 | 0 | 37 | 35 | 10 | 165 | 3B | 3D |
| Octal | 326 | 140 | 145 | 0 | 67 | 65 | 20 | 545 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1100101 | 0 | 110111 | 110101 | 10000 | 101100101 | 111011 | 111101 |
Color Harmonies of #D66065
Complementary color
Monochromatic Colors of #D66065
Black with #D66065
Text Example
Text Example
White with #D66065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66065; }
p { color: rgb(214,96,101); }
H1.HeaderClassName
{
color: #D66065;
}
.AnyTagClassName
{
color: #D66065;
}
</style>
background-color css
<style>
a { background-color: #D66065; }
a { background-color: rgb(214,96,101); }
div.DivClassName
{
background-color: #D66065;
}
.BgClassName
{
background-color: #D66065;
}
</style>
border-color css
<style>
span { border-color: #D66065; }
span { border-color: rgb(214,96,101); }
td.TdClassName
{
border-color: #D66065;
}
.TagClassName
{
border-color: #D66065;
}
</style>