Shades of Mandy #D25F65
Tints of Mandy #D25F65
RGB
CMYK
RGB Variations
Color information
#D25F65 (or 0xD25F65) is known color: Mandy. HEX triplet: D2, 5F and 65. RGB value is (210,95,101). Sum of RGB (Red+Green+Blue) = 210+95+101=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F65 is #2DA09A. Grayscale: #828282. Windows color (decimal): -2990235 or 6643666. OLE color: 6643666.
HSL color Cylindrical-coordinate representation of color #D25F65: hue angle of 356.87º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25F65 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 101 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.18 |
| HSL | 356.87º | 0.56% | 0.6% | - |
| HSV(B) | 356.87º | 0.55% | 0.82% | - |
| XYZ | 33.02 | 22.83 | 14.98 | - |
| YUV | 130.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 101 | 0 | 0.55 | 0.52 | 0.18 | 356.87 | 0.56 | 0.6 |
| Hex | D2 | 5F | 65 | 0 | 37 | 34 | 12 | 165 | 38 | 3C |
| Octal | 322 | 137 | 145 | 0 | 67 | 64 | 22 | 545 | 70 | 74 |
| Binary | 11010010 | 1011111 | 1100101 | 0 | 110111 | 110100 | 10010 | 101100101 | 111000 | 111100 |
Color Harmonies of #D25F65
Complementary color
Monochromatic Colors of #D25F65
Black with #D25F65
Text Example
Text Example
White with #D25F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F65; }
p { color: rgb(210,95,101); }
H1.HeaderClassName
{
color: #D25F65;
}
.AnyTagClassName
{
color: #D25F65;
}
</style>
background-color css
<style>
a { background-color: #D25F65; }
a { background-color: rgb(210,95,101); }
div.DivClassName
{
background-color: #D25F65;
}
.BgClassName
{
background-color: #D25F65;
}
</style>
border-color css
<style>
span { border-color: #D25F65; }
span { border-color: rgb(210,95,101); }
td.TdClassName
{
border-color: #D25F65;
}
.TagClassName
{
border-color: #D25F65;
}
</style>