Shades of Mandy #D2455E
Tints of Mandy #D2455E
RGB
CMYK
RGB Variations
Color information
#D2455E (or 0xD2455E) is known color: Mandy. HEX triplet: D2, 45 and 5E. RGB value is (210,69,94). Sum of RGB (Red+Green+Blue) = 210+69+94=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2455E is #2DBAA1. Grayscale: #727272. Windows color (decimal): -2996898 or 6178258. OLE color: 6178258.
HSL color Cylindrical-coordinate representation of color #D2455E: hue angle of 349.36º 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 #D2455E is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 94 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.18 |
| HSL | 349.36º | 0.61% | 0.55% | - |
| HSV(B) | 349.36º | 0.67% | 0.82% | - |
| XYZ | 30.73 | 18.77 | 12.59 | - |
| YUV | 114.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 94 | 0 | 0.67 | 0.55 | 0.18 | 349.36 | 0.61 | 0.55 |
| Hex | D2 | 45 | 5E | 0 | 43 | 37 | 12 | 15D | 3D | 37 |
| Octal | 322 | 105 | 136 | 0 | 103 | 67 | 22 | 535 | 75 | 67 |
| Binary | 11010010 | 1000101 | 1011110 | 0 | 1000011 | 110111 | 10010 | 101011101 | 111101 | 110111 |
Color Harmonies of #D2455E
Complementary color
Monochromatic Colors of #D2455E
Black with #D2455E
Text Example
Text Example
White with #D2455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2455E; }
p { color: rgb(210,69,94); }
H1.HeaderClassName
{
color: #D2455E;
}
.AnyTagClassName
{
color: #D2455E;
}
</style>
background-color css
<style>
a { background-color: #D2455E; }
a { background-color: rgb(210,69,94); }
div.DivClassName
{
background-color: #D2455E;
}
.BgClassName
{
background-color: #D2455E;
}
</style>
border-color css
<style>
span { border-color: #D2455E; }
span { border-color: rgb(210,69,94); }
td.TdClassName
{
border-color: #D2455E;
}
.TagClassName
{
border-color: #D2455E;
}
</style>