Shades of Mandy #D23F55
Tints of Mandy #D23F55
RGB
CMYK
RGB Variations
Color information
#D23F55 (or 0xD23F55) is known color: Mandy. HEX triplet: D2, 3F and 55. RGB value is (210,63,85). Sum of RGB (Red+Green+Blue) = 210+63+85=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F55 is #2DC0AA. Grayscale: #6D6D6D. Windows color (decimal): -2998443 or 5586898. OLE color: 5586898.
HSL color Cylindrical-coordinate representation of color #D23F55: hue angle of 351.02º 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 #D23F55 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 85 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.18 |
| HSL | 351.02º | 0.62% | 0.54% | - |
| HSV(B) | 351.02º | 0.7% | 0.82% | - |
| XYZ | 30 | 17.91 | 10.47 | - |
| YUV | 109.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 85 | 0 | 0.70 | 0.60 | 0.18 | 351.02 | 0.62 | 0.54 |
| Hex | D2 | 3F | 55 | 0 | 46 | 3C | 12 | 15F | 3E | 36 |
| Octal | 322 | 77 | 125 | 0 | 106 | 74 | 22 | 537 | 76 | 66 |
| Binary | 11010010 | 111111 | 1010101 | 0 | 1000110 | 111100 | 10010 | 101011111 | 111110 | 110110 |
Color Harmonies of #D23F55
Complementary color
Monochromatic Colors of #D23F55
Black with #D23F55
Text Example
Text Example
White with #D23F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F55; }
p { color: rgb(210,63,85); }
H1.HeaderClassName
{
color: #D23F55;
}
.AnyTagClassName
{
color: #D23F55;
}
</style>
background-color css
<style>
a { background-color: #D23F55; }
a { background-color: rgb(210,63,85); }
div.DivClassName
{
background-color: #D23F55;
}
.BgClassName
{
background-color: #D23F55;
}
</style>
border-color css
<style>
span { border-color: #D23F55; }
span { border-color: rgb(210,63,85); }
td.TdClassName
{
border-color: #D23F55;
}
.TagClassName
{
border-color: #D23F55;
}
</style>