Shades of Mandy #D2465E
Tints of Mandy #D2465E
RGB
CMYK
RGB Variations
Color information
#D2465E (or 0xD2465E) is known color: Mandy. HEX triplet: D2, 46 and 5E. RGB value is (210,70,94). Sum of RGB (Red+Green+Blue) = 210+70+94=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2465E is #2DB9A1. Grayscale: #727272. Windows color (decimal): -2996642 or 6178514. OLE color: 6178514.
HSL color Cylindrical-coordinate representation of color #D2465E: hue angle of 349.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2465E is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 94 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.18 |
| HSL | 349.71º | 0.61% | 0.55% | - |
| HSV(B) | 349.71º | 0.67% | 0.82% | - |
| XYZ | 30.79 | 18.89 | 12.61 | - |
| YUV | 114.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 94 | 0 | 0.67 | 0.55 | 0.18 | 349.71 | 0.61 | 0.55 |
| Hex | D2 | 46 | 5E | 0 | 43 | 37 | 12 | 15E | 3D | 37 |
| Octal | 322 | 106 | 136 | 0 | 103 | 67 | 22 | 536 | 75 | 67 |
| Binary | 11010010 | 1000110 | 1011110 | 0 | 1000011 | 110111 | 10010 | 101011110 | 111101 | 110111 |
Color Harmonies of #D2465E
Complementary color
Monochromatic Colors of #D2465E
Black with #D2465E
Text Example
Text Example
White with #D2465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2465E; }
p { color: rgb(210,70,94); }
H1.HeaderClassName
{
color: #D2465E;
}
.AnyTagClassName
{
color: #D2465E;
}
</style>
background-color css
<style>
a { background-color: #D2465E; }
a { background-color: rgb(210,70,94); }
div.DivClassName
{
background-color: #D2465E;
}
.BgClassName
{
background-color: #D2465E;
}
</style>
border-color css
<style>
span { border-color: #D2465E; }
span { border-color: rgb(210,70,94); }
td.TdClassName
{
border-color: #D2465E;
}
.TagClassName
{
border-color: #D2465E;
}
</style>