Shades of Mandy #D66266
Tints of Mandy #D66266
RGB
CMYK
RGB Variations
Color information
#D66266 (or 0xD66266) is known color: Mandy. HEX triplet: D6, 62 and 66. RGB value is (214,98,102). Sum of RGB (Red+Green+Blue) = 214+98+102=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66266 is #299D99. Grayscale: #858585. Windows color (decimal): -2727322 or 6709974. OLE color: 6709974.
HSL color Cylindrical-coordinate representation of color #D66266: hue angle of 357.93º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66266 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 102 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.16 |
| HSL | 357.93º | 0.59% | 0.61% | - |
| HSV(B) | 357.93º | 0.54% | 0.84% | - |
| XYZ | 34.5 | 23.99 | 15.38 | - |
| YUV | 133.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 102 | 0 | 0.54 | 0.52 | 0.16 | 357.93 | 0.59 | 0.61 |
| Hex | D6 | 62 | 66 | 0 | 36 | 34 | 10 | 166 | 3B | 3D |
| Octal | 326 | 142 | 146 | 0 | 66 | 64 | 20 | 546 | 73 | 75 |
| Binary | 11010110 | 1100010 | 1100110 | 0 | 110110 | 110100 | 10000 | 101100110 | 111011 | 111101 |
Color Harmonies of #D66266
Complementary color
Monochromatic Colors of #D66266
Black with #D66266
Text Example
Text Example
White with #D66266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66266; }
p { color: rgb(214,98,102); }
H1.HeaderClassName
{
color: #D66266;
}
.AnyTagClassName
{
color: #D66266;
}
</style>
background-color css
<style>
a { background-color: #D66266; }
a { background-color: rgb(214,98,102); }
div.DivClassName
{
background-color: #D66266;
}
.BgClassName
{
background-color: #D66266;
}
</style>
border-color css
<style>
span { border-color: #D66266; }
span { border-color: rgb(214,98,102); }
td.TdClassName
{
border-color: #D66266;
}
.TagClassName
{
border-color: #D66266;
}
</style>