Shades of Mandy #D25462
Tints of Mandy #D25462
RGB
CMYK
RGB Variations
Color information
#D25462 (or 0xD25462) is known color: Mandy. HEX triplet: D2, 54 and 62. RGB value is (210,84,98). Sum of RGB (Red+Green+Blue) = 210+84+98=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D25462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25462 is #2DAB9D. Grayscale: #7B7B7B. Windows color (decimal): -2993054 or 6444242. OLE color: 6444242.
HSL color Cylindrical-coordinate representation of color #D25462: hue angle of 353.33º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25462 is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 98 | - |
| CMYK | 0 | 0.6 | 0.53 | 0.18 |
| HSL | 353.33º | 0.58% | 0.58% | - |
| HSV(B) | 353.33º | 0.6% | 0.82% | - |
| XYZ | 31.95 | 20.92 | 13.91 | - |
| YUV | 123.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 98 | 0 | 0.6 | 0.53 | 0.18 | 353.33 | 0.58 | 0.58 |
| Hex | D2 | 54 | 62 | 0 | 3C | 35 | 12 | 161 | 3A | 3A |
| Octal | 322 | 124 | 142 | 0 | 74 | 65 | 22 | 541 | 72 | 72 |
| Binary | 11010010 | 1010100 | 1100010 | 0 | 111100 | 110101 | 10010 | 101100001 | 111010 | 111010 |
Color Harmonies of #D25462
Complementary color
Monochromatic Colors of #D25462
Black with #D25462
Text Example
Text Example
White with #D25462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25462; }
p { color: rgb(210,84,98); }
H1.HeaderClassName
{
color: #D25462;
}
.AnyTagClassName
{
color: #D25462;
}
</style>
background-color css
<style>
a { background-color: #D25462; }
a { background-color: rgb(210,84,98); }
div.DivClassName
{
background-color: #D25462;
}
.BgClassName
{
background-color: #D25462;
}
</style>
border-color css
<style>
span { border-color: #D25462; }
span { border-color: rgb(210,84,98); }
td.TdClassName
{
border-color: #D25462;
}
.TagClassName
{
border-color: #D25462;
}
</style>