Shades of Mandy #D26264
Tints of Mandy #D26264
RGB
CMYK
RGB Variations
Color information
#D26264 (or 0xD26264) is known color: Mandy. HEX triplet: D2, 62 and 64. RGB value is (210,98,100). Sum of RGB (Red+Green+Blue) = 210+98+100=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D26264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26264 is #2D9D9B. Grayscale: #838383. Windows color (decimal): -2989468 or 6578898. OLE color: 6578898.
HSL color Cylindrical-coordinate representation of color #D26264: hue angle of 358.93º 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 #D26264 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 100 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.18 |
| HSL | 358.93º | 0.55% | 0.6% | - |
| HSV(B) | 358.93º | 0.53% | 0.82% | - |
| XYZ | 33.25 | 23.36 | 14.81 | - |
| YUV | 131.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 100 | 0 | 0.53 | 0.52 | 0.18 | 358.93 | 0.55 | 0.6 |
| Hex | D2 | 62 | 64 | 0 | 35 | 34 | 12 | 167 | 37 | 3C |
| Octal | 322 | 142 | 144 | 0 | 65 | 64 | 22 | 547 | 67 | 74 |
| Binary | 11010010 | 1100010 | 1100100 | 0 | 110101 | 110100 | 10010 | 101100111 | 110111 | 111100 |
Color Harmonies of #D26264
Complementary color
Monochromatic Colors of #D26264
Black with #D26264
Text Example
Text Example
White with #D26264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26264; }
p { color: rgb(210,98,100); }
H1.HeaderClassName
{
color: #D26264;
}
.AnyTagClassName
{
color: #D26264;
}
</style>
background-color css
<style>
a { background-color: #D26264; }
a { background-color: rgb(210,98,100); }
div.DivClassName
{
background-color: #D26264;
}
.BgClassName
{
background-color: #D26264;
}
</style>
border-color css
<style>
span { border-color: #D26264; }
span { border-color: rgb(210,98,100); }
td.TdClassName
{
border-color: #D26264;
}
.TagClassName
{
border-color: #D26264;
}
</style>