Shades of Mandy #D23F50
Tints of Mandy #D23F50
RGB
CMYK
RGB Variations
Color information
#D23F50 (or 0xD23F50) is known color: Mandy. HEX triplet: D2, 3F and 50. RGB value is (210,63,80). Sum of RGB (Red+Green+Blue) = 210+63+80=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F50 is #2DC0AF. Grayscale: #6C6C6C. Windows color (decimal): -2998448 or 5259218. OLE color: 5259218.
HSL color Cylindrical-coordinate representation of color #D23F50: hue angle of 353.06º 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 #D23F50 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 80 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.18 |
| HSL | 353.06º | 0.62% | 0.54% | - |
| HSV(B) | 353.06º | 0.7% | 0.82% | - |
| XYZ | 29.8 | 17.84 | 9.46 | - |
| YUV | 108.89 | 111.7 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 80 | 0 | 0.70 | 0.62 | 0.18 | 353.06 | 0.62 | 0.54 |
| Hex | D2 | 3F | 50 | 0 | 46 | 3E | 12 | 161 | 3E | 36 |
| Octal | 322 | 77 | 120 | 0 | 106 | 76 | 22 | 541 | 76 | 66 |
| Binary | 11010010 | 111111 | 1010000 | 0 | 1000110 | 111110 | 10010 | 101100001 | 111110 | 110110 |
Color Harmonies of #D23F50
Complementary color
Monochromatic Colors of #D23F50
Black with #D23F50
Text Example
Text Example
White with #D23F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F50; }
p { color: rgb(210,63,80); }
H1.HeaderClassName
{
color: #D23F50;
}
.AnyTagClassName
{
color: #D23F50;
}
</style>
background-color css
<style>
a { background-color: #D23F50; }
a { background-color: rgb(210,63,80); }
div.DivClassName
{
background-color: #D23F50;
}
.BgClassName
{
background-color: #D23F50;
}
</style>
border-color css
<style>
span { border-color: #D23F50; }
span { border-color: rgb(210,63,80); }
td.TdClassName
{
border-color: #D23F50;
}
.TagClassName
{
border-color: #D23F50;
}
</style>