Shades of Mandy #D26366
Tints of Mandy #D26366
RGB
CMYK
RGB Variations
Color information
#D26366 (or 0xD26366) is known color: Mandy. HEX triplet: D2, 63 and 66. RGB value is (210,99,102). Sum of RGB (Red+Green+Blue) = 210+99+102=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D26366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26366 is #2D9C99. Grayscale: #848484. Windows color (decimal): -2989210 or 6710226. OLE color: 6710226.
HSL color Cylindrical-coordinate representation of color #D26366: hue angle of 358.38º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26366 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 102 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.18 |
| HSL | 358.38º | 0.55% | 0.61% | - |
| HSV(B) | 358.38º | 0.53% | 0.82% | - |
| XYZ | 33.44 | 23.58 | 15.36 | - |
| YUV | 132.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 102 | 0 | 0.53 | 0.51 | 0.18 | 358.38 | 0.55 | 0.61 |
| Hex | D2 | 63 | 66 | 0 | 35 | 33 | 12 | 166 | 37 | 3D |
| Octal | 322 | 143 | 146 | 0 | 65 | 63 | 22 | 546 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1100110 | 0 | 110101 | 110011 | 10010 | 101100110 | 110111 | 111101 |
Color Harmonies of #D26366
Complementary color
Monochromatic Colors of #D26366
Black with #D26366
Text Example
Text Example
White with #D26366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26366; }
p { color: rgb(210,99,102); }
H1.HeaderClassName
{
color: #D26366;
}
.AnyTagClassName
{
color: #D26366;
}
</style>
background-color css
<style>
a { background-color: #D26366; }
a { background-color: rgb(210,99,102); }
div.DivClassName
{
background-color: #D26366;
}
.BgClassName
{
background-color: #D26366;
}
</style>
border-color css
<style>
span { border-color: #D26366; }
span { border-color: rgb(210,99,102); }
td.TdClassName
{
border-color: #D26366;
}
.TagClassName
{
border-color: #D26366;
}
</style>