Shades of Mandy #D25B5D
Tints of Mandy #D25B5D
RGB
CMYK
RGB Variations
Color information
#D25B5D (or 0xD25B5D) is known color: Mandy. HEX triplet: D2, 5B and 5D. RGB value is (210,91,93). Sum of RGB (Red+Green+Blue) = 210+91+93=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B5D is #2DA4A2. Grayscale: #7E7E7E. Windows color (decimal): -2991267 or 6118354. OLE color: 6118354.
HSL color Cylindrical-coordinate representation of color #D25B5D: hue angle of 358.99º 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 #D25B5D is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 93 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.18 |
| HSL | 358.99º | 0.57% | 0.59% | - |
| HSV(B) | 358.99º | 0.57% | 0.82% | - |
| XYZ | 32.3 | 21.97 | 12.9 | - |
| YUV | 126.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 93 | 0 | 0.57 | 0.56 | 0.18 | 358.99 | 0.57 | 0.59 |
| Hex | D2 | 5B | 5D | 0 | 39 | 38 | 12 | 167 | 39 | 3B |
| Octal | 322 | 133 | 135 | 0 | 71 | 70 | 22 | 547 | 71 | 73 |
| Binary | 11010010 | 1011011 | 1011101 | 0 | 111001 | 111000 | 10010 | 101100111 | 111001 | 111011 |
Color Harmonies of #D25B5D
Complementary color
Monochromatic Colors of #D25B5D
Black with #D25B5D
Text Example
Text Example
White with #D25B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B5D; }
p { color: rgb(210,91,93); }
H1.HeaderClassName
{
color: #D25B5D;
}
.AnyTagClassName
{
color: #D25B5D;
}
</style>
background-color css
<style>
a { background-color: #D25B5D; }
a { background-color: rgb(210,91,93); }
div.DivClassName
{
background-color: #D25B5D;
}
.BgClassName
{
background-color: #D25B5D;
}
</style>
border-color css
<style>
span { border-color: #D25B5D; }
span { border-color: rgb(210,91,93); }
td.TdClassName
{
border-color: #D25B5D;
}
.TagClassName
{
border-color: #D25B5D;
}
</style>