Shades of Mandy #D23F51
Tints of Mandy #D23F51
RGB
CMYK
RGB Variations
Color information
#D23F51 (or 0xD23F51) is known color: Mandy. HEX triplet: D2, 3F and 51. RGB value is (210,63,81). Sum of RGB (Red+Green+Blue) = 210+63+81=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F51 is #2DC0AE. Grayscale: #6D6D6D. Windows color (decimal): -2998447 or 5324754. OLE color: 5324754.
HSL color Cylindrical-coordinate representation of color #D23F51: hue angle of 352.65º 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 #D23F51 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 81 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.18 |
| HSL | 352.65º | 0.62% | 0.54% | - |
| HSV(B) | 352.65º | 0.7% | 0.82% | - |
| XYZ | 29.84 | 17.85 | 9.66 | - |
| YUV | 109.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 81 | 0 | 0.70 | 0.61 | 0.18 | 352.65 | 0.62 | 0.54 |
| Hex | D2 | 3F | 51 | 0 | 46 | 3D | 12 | 161 | 3E | 36 |
| Octal | 322 | 77 | 121 | 0 | 106 | 75 | 22 | 541 | 76 | 66 |
| Binary | 11010010 | 111111 | 1010001 | 0 | 1000110 | 111101 | 10010 | 101100001 | 111110 | 110110 |
Color Harmonies of #D23F51
Complementary color
Monochromatic Colors of #D23F51
Black with #D23F51
Text Example
Text Example
White with #D23F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F51; }
p { color: rgb(210,63,81); }
H1.HeaderClassName
{
color: #D23F51;
}
.AnyTagClassName
{
color: #D23F51;
}
</style>
background-color css
<style>
a { background-color: #D23F51; }
a { background-color: rgb(210,63,81); }
div.DivClassName
{
background-color: #D23F51;
}
.BgClassName
{
background-color: #D23F51;
}
</style>
border-color css
<style>
span { border-color: #D23F51; }
span { border-color: rgb(210,63,81); }
td.TdClassName
{
border-color: #D23F51;
}
.TagClassName
{
border-color: #D23F51;
}
</style>