Shades of Mandy #D23F57
Tints of Mandy #D23F57
RGB
CMYK
RGB Variations
Color information
#D23F57 (or 0xD23F57) is known color: Mandy. HEX triplet: D2, 3F and 57. RGB value is (210,63,87). Sum of RGB (Red+Green+Blue) = 210+63+87=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F57 is #2DC0A8. Grayscale: #6D6D6D. Windows color (decimal): -2998441 or 5717970. OLE color: 5717970.
HSL color Cylindrical-coordinate representation of color #D23F57: hue angle of 350.2º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F57 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 87 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.18 |
| HSL | 350.2º | 0.62% | 0.54% | - |
| HSV(B) | 350.2º | 0.7% | 0.82% | - |
| XYZ | 30.08 | 17.94 | 10.9 | - |
| YUV | 109.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 87 | 0 | 0.70 | 0.59 | 0.18 | 350.2 | 0.62 | 0.54 |
| Hex | D2 | 3F | 57 | 0 | 46 | 3B | 12 | 15E | 3E | 36 |
| Octal | 322 | 77 | 127 | 0 | 106 | 73 | 22 | 536 | 76 | 66 |
| Binary | 11010010 | 111111 | 1010111 | 0 | 1000110 | 111011 | 10010 | 101011110 | 111110 | 110110 |
Color Harmonies of #D23F57
Complementary color
Monochromatic Colors of #D23F57
Black with #D23F57
Text Example
Text Example
White with #D23F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F57; }
p { color: rgb(210,63,87); }
H1.HeaderClassName
{
color: #D23F57;
}
.AnyTagClassName
{
color: #D23F57;
}
</style>
background-color css
<style>
a { background-color: #D23F57; }
a { background-color: rgb(210,63,87); }
div.DivClassName
{
background-color: #D23F57;
}
.BgClassName
{
background-color: #D23F57;
}
</style>
border-color css
<style>
span { border-color: #D23F57; }
span { border-color: rgb(210,63,87); }
td.TdClassName
{
border-color: #D23F57;
}
.TagClassName
{
border-color: #D23F57;
}
</style>