Shades of Mandy #D26066
Tints of Mandy #D26066
RGB
CMYK
RGB Variations
Color information
#D26066 (or 0xD26066) is known color: Mandy. HEX triplet: D2, 60 and 66. RGB value is (210,96,102). Sum of RGB (Red+Green+Blue) = 210+96+102=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D26066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26066 is #2D9F99. Grayscale: #828282. Windows color (decimal): -2989978 or 6709458. OLE color: 6709458.
HSL color Cylindrical-coordinate representation of color #D26066: hue angle of 356.84º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26066 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 102 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.18 |
| HSL | 356.84º | 0.56% | 0.6% | - |
| HSV(B) | 356.84º | 0.54% | 0.82% | - |
| XYZ | 33.16 | 23.03 | 15.27 | - |
| YUV | 130.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 102 | 0 | 0.54 | 0.51 | 0.18 | 356.84 | 0.56 | 0.6 |
| Hex | D2 | 60 | 66 | 0 | 36 | 33 | 12 | 165 | 38 | 3C |
| Octal | 322 | 140 | 146 | 0 | 66 | 63 | 22 | 545 | 70 | 74 |
| Binary | 11010010 | 1100000 | 1100110 | 0 | 110110 | 110011 | 10010 | 101100101 | 111000 | 111100 |
Color Harmonies of #D26066
Complementary color
Monochromatic Colors of #D26066
Black with #D26066
Text Example
Text Example
White with #D26066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26066; }
p { color: rgb(210,96,102); }
H1.HeaderClassName
{
color: #D26066;
}
.AnyTagClassName
{
color: #D26066;
}
</style>
background-color css
<style>
a { background-color: #D26066; }
a { background-color: rgb(210,96,102); }
div.DivClassName
{
background-color: #D26066;
}
.BgClassName
{
background-color: #D26066;
}
</style>
border-color css
<style>
span { border-color: #D26066; }
span { border-color: rgb(210,96,102); }
td.TdClassName
{
border-color: #D26066;
}
.TagClassName
{
border-color: #D26066;
}
</style>