Shades of Mandy #D26266
Tints of Mandy #D26266
RGB
CMYK
RGB Variations
Color information
#D26266 (or 0xD26266) is known color: Mandy. HEX triplet: D2, 62 and 66. RGB value is (210,98,102). Sum of RGB (Red+Green+Blue) = 210+98+102=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D26266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26266 is #2D9D99. Grayscale: #848484. Windows color (decimal): -2989466 or 6709970. OLE color: 6709970.
HSL color Cylindrical-coordinate representation of color #D26266: hue angle of 357.86º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26266 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 102 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.18 |
| HSL | 357.86º | 0.55% | 0.6% | - |
| HSV(B) | 357.86º | 0.53% | 0.82% | - |
| XYZ | 33.34 | 23.4 | 15.33 | - |
| YUV | 131.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 102 | 0 | 0.53 | 0.51 | 0.18 | 357.86 | 0.55 | 0.6 |
| Hex | D2 | 62 | 66 | 0 | 35 | 33 | 12 | 166 | 37 | 3C |
| Octal | 322 | 142 | 146 | 0 | 65 | 63 | 22 | 546 | 67 | 74 |
| Binary | 11010010 | 1100010 | 1100110 | 0 | 110101 | 110011 | 10010 | 101100110 | 110111 | 111100 |
Color Harmonies of #D26266
Complementary color
Monochromatic Colors of #D26266
Black with #D26266
Text Example
Text Example
White with #D26266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26266; }
p { color: rgb(210,98,102); }
H1.HeaderClassName
{
color: #D26266;
}
.AnyTagClassName
{
color: #D26266;
}
</style>
background-color css
<style>
a { background-color: #D26266; }
a { background-color: rgb(210,98,102); }
div.DivClassName
{
background-color: #D26266;
}
.BgClassName
{
background-color: #D26266;
}
</style>
border-color css
<style>
span { border-color: #D26266; }
span { border-color: rgb(210,98,102); }
td.TdClassName
{
border-color: #D26266;
}
.TagClassName
{
border-color: #D26266;
}
</style>