Shades of Mandy #D25A5F
Tints of Mandy #D25A5F
RGB
CMYK
RGB Variations
Color information
#D25A5F (or 0xD25A5F) is known color: Mandy. HEX triplet: D2, 5A and 5F. RGB value is (210,90,95). Sum of RGB (Red+Green+Blue) = 210+90+95=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A5F is #2DA5A0. Grayscale: #7E7E7E. Windows color (decimal): -2991521 or 6249170. OLE color: 6249170.
HSL color Cylindrical-coordinate representation of color #D25A5F: hue angle of 357.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25A5F is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 95 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.18 |
| HSL | 357.5º | 0.57% | 0.59% | - |
| HSV(B) | 357.5º | 0.57% | 0.82% | - |
| XYZ | 32.3 | 21.84 | 13.34 | - |
| YUV | 126.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 95 | 0 | 0.57 | 0.55 | 0.18 | 357.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | 5F | 0 | 39 | 37 | 12 | 166 | 39 | 3B |
| Octal | 322 | 132 | 137 | 0 | 71 | 67 | 22 | 546 | 71 | 73 |
| Binary | 11010010 | 1011010 | 1011111 | 0 | 111001 | 110111 | 10010 | 101100110 | 111001 | 111011 |
Color Harmonies of #D25A5F
Complementary color
Monochromatic Colors of #D25A5F
Black with #D25A5F
Text Example
Text Example
White with #D25A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A5F; }
p { color: rgb(210,90,95); }
H1.HeaderClassName
{
color: #D25A5F;
}
.AnyTagClassName
{
color: #D25A5F;
}
</style>
background-color css
<style>
a { background-color: #D25A5F; }
a { background-color: rgb(210,90,95); }
div.DivClassName
{
background-color: #D25A5F;
}
.BgClassName
{
background-color: #D25A5F;
}
</style>
border-color css
<style>
span { border-color: #D25A5F; }
span { border-color: rgb(210,90,95); }
td.TdClassName
{
border-color: #D25A5F;
}
.TagClassName
{
border-color: #D25A5F;
}
</style>