Shades of Mandy #D25B64
Tints of Mandy #D25B64
RGB
CMYK
RGB Variations
Color information
#D25B64 (or 0xD25B64) is known color: Mandy. HEX triplet: D2, 5B and 64. RGB value is (210,91,100). Sum of RGB (Red+Green+Blue) = 210+91+100=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B64 is #2DA49B. Grayscale: #7F7F7F. Windows color (decimal): -2991260 or 6577106. OLE color: 6577106.
HSL color Cylindrical-coordinate representation of color #D25B64: hue angle of 355.46º 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 #D25B64 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 100 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.18 |
| HSL | 355.46º | 0.57% | 0.59% | - |
| HSV(B) | 355.46º | 0.57% | 0.82% | - |
| XYZ | 32.62 | 22.1 | 14.6 | - |
| YUV | 127.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 100 | 0 | 0.57 | 0.52 | 0.18 | 355.46 | 0.57 | 0.59 |
| Hex | D2 | 5B | 64 | 0 | 39 | 34 | 12 | 163 | 39 | 3B |
| Octal | 322 | 133 | 144 | 0 | 71 | 64 | 22 | 543 | 71 | 73 |
| Binary | 11010010 | 1011011 | 1100100 | 0 | 111001 | 110100 | 10010 | 101100011 | 111001 | 111011 |
Color Harmonies of #D25B64
Complementary color
Monochromatic Colors of #D25B64
Black with #D25B64
Text Example
Text Example
White with #D25B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B64; }
p { color: rgb(210,91,100); }
H1.HeaderClassName
{
color: #D25B64;
}
.AnyTagClassName
{
color: #D25B64;
}
</style>
background-color css
<style>
a { background-color: #D25B64; }
a { background-color: rgb(210,91,100); }
div.DivClassName
{
background-color: #D25B64;
}
.BgClassName
{
background-color: #D25B64;
}
</style>
border-color css
<style>
span { border-color: #D25B64; }
span { border-color: rgb(210,91,100); }
td.TdClassName
{
border-color: #D25B64;
}
.TagClassName
{
border-color: #D25B64;
}
</style>