Shades of Mandy #D26365
Tints of Mandy #D26365
RGB
CMYK
RGB Variations
Color information
#D26365 (or 0xD26365) is known color: Mandy. HEX triplet: D2, 63 and 65. RGB value is (210,99,101). Sum of RGB (Red+Green+Blue) = 210+99+101=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D26365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26365 is #2D9C9A. Grayscale: #848484. Windows color (decimal): -2989211 or 6644690. OLE color: 6644690.
HSL color Cylindrical-coordinate representation of color #D26365: hue angle of 358.92º 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 #D26365 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 101 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.18 |
| HSL | 358.92º | 0.55% | 0.61% | - |
| HSV(B) | 358.92º | 0.53% | 0.82% | - |
| XYZ | 33.39 | 23.56 | 15.1 | - |
| YUV | 132.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 101 | 0 | 0.53 | 0.52 | 0.18 | 358.92 | 0.55 | 0.61 |
| Hex | D2 | 63 | 65 | 0 | 35 | 34 | 12 | 167 | 37 | 3D |
| Octal | 322 | 143 | 145 | 0 | 65 | 64 | 22 | 547 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1100101 | 0 | 110101 | 110100 | 10010 | 101100111 | 110111 | 111101 |
Color Harmonies of #D26365
Complementary color
Monochromatic Colors of #D26365
Black with #D26365
Text Example
Text Example
White with #D26365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26365; }
p { color: rgb(210,99,101); }
H1.HeaderClassName
{
color: #D26365;
}
.AnyTagClassName
{
color: #D26365;
}
</style>
background-color css
<style>
a { background-color: #D26365; }
a { background-color: rgb(210,99,101); }
div.DivClassName
{
background-color: #D26365;
}
.BgClassName
{
background-color: #D26365;
}
</style>
border-color css
<style>
span { border-color: #D26365; }
span { border-color: rgb(210,99,101); }
td.TdClassName
{
border-color: #D26365;
}
.TagClassName
{
border-color: #D26365;
}
</style>