Shades of Mandy #D2465B
Tints of Mandy #D2465B
RGB
CMYK
RGB Variations
Color information
#D2465B (or 0xD2465B) is known color: Mandy. HEX triplet: D2, 46 and 5B. RGB value is (210,70,91). Sum of RGB (Red+Green+Blue) = 210+70+91=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2465B is #2DB9A4. Grayscale: #727272. Windows color (decimal): -2996645 or 5981906. OLE color: 5981906.
HSL color Cylindrical-coordinate representation of color #D2465B: hue angle of 351º 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 #D2465B is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 91 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.18 |
| HSL | 351º | 0.61% | 0.55% | - |
| HSV(B) | 351º | 0.67% | 0.82% | - |
| XYZ | 30.66 | 18.84 | 11.92 | - |
| YUV | 114.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 91 | 0 | 0.67 | 0.57 | 0.18 | 351 | 0.61 | 0.55 |
| Hex | D2 | 46 | 5B | 0 | 43 | 39 | 12 | 15F | 3D | 37 |
| Octal | 322 | 106 | 133 | 0 | 103 | 71 | 22 | 537 | 75 | 67 |
| Binary | 11010010 | 1000110 | 1011011 | 0 | 1000011 | 111001 | 10010 | 101011111 | 111101 | 110111 |
Color Harmonies of #D2465B
Complementary color
Monochromatic Colors of #D2465B
Black with #D2465B
Text Example
Text Example
White with #D2465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2465B; }
p { color: rgb(210,70,91); }
H1.HeaderClassName
{
color: #D2465B;
}
.AnyTagClassName
{
color: #D2465B;
}
</style>
background-color css
<style>
a { background-color: #D2465B; }
a { background-color: rgb(210,70,91); }
div.DivClassName
{
background-color: #D2465B;
}
.BgClassName
{
background-color: #D2465B;
}
</style>
border-color css
<style>
span { border-color: #D2465B; }
span { border-color: rgb(210,70,91); }
td.TdClassName
{
border-color: #D2465B;
}
.TagClassName
{
border-color: #D2465B;
}
</style>