Shades of Mandy #D26667
Tints of Mandy #D26667
RGB
CMYK
RGB Variations
Color information
#D26667 (or 0xD26667) is known color: Mandy. HEX triplet: D2, 66 and 67. RGB value is (210,102,103). Sum of RGB (Red+Green+Blue) = 210+102+103=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D26667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26667 is #2D9998. Grayscale: #868686. Windows color (decimal): -2988441 or 6776530. OLE color: 6776530.
HSL color Cylindrical-coordinate representation of color #D26667: hue angle of 359.44º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26667 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 103 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.18 |
| HSL | 359.44º | 0.55% | 0.61% | - |
| HSV(B) | 359.44º | 0.51% | 0.82% | - |
| XYZ | 33.78 | 24.18 | 15.72 | - |
| YUV | 134.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 103 | 0 | 0.51 | 0.51 | 0.18 | 359.44 | 0.55 | 0.61 |
| Hex | D2 | 66 | 67 | 0 | 33 | 33 | 12 | 167 | 37 | 3D |
| Octal | 322 | 146 | 147 | 0 | 63 | 63 | 22 | 547 | 67 | 75 |
| Binary | 11010010 | 1100110 | 1100111 | 0 | 110011 | 110011 | 10010 | 101100111 | 110111 | 111101 |
Color Harmonies of #D26667
Complementary color
Monochromatic Colors of #D26667
Black with #D26667
Text Example
Text Example
White with #D26667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26667; }
p { color: rgb(210,102,103); }
H1.HeaderClassName
{
color: #D26667;
}
.AnyTagClassName
{
color: #D26667;
}
</style>
background-color css
<style>
a { background-color: #D26667; }
a { background-color: rgb(210,102,103); }
div.DivClassName
{
background-color: #D26667;
}
.BgClassName
{
background-color: #D26667;
}
</style>
border-color css
<style>
span { border-color: #D26667; }
span { border-color: rgb(210,102,103); }
td.TdClassName
{
border-color: #D26667;
}
.TagClassName
{
border-color: #D26667;
}
</style>