Shades of Mandy #D13F5B
Tints of Mandy #D13F5B
RGB
CMYK
RGB Variations
Color information
#D13F5B (or 0xD13F5B) is known color: Mandy. HEX triplet: D1, 3F and 5B. RGB value is (209,63,91). Sum of RGB (Red+Green+Blue) = 209+63+91=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F5B is #2EC0A4. Grayscale: #6D6D6D. Windows color (decimal): -3063973 or 5980113. OLE color: 5980113.
HSL color Cylindrical-coordinate representation of color #D13F5B: hue angle of 348.49º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F5B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 91 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.18 |
| HSL | 348.49º | 0.61% | 0.53% | - |
| HSV(B) | 348.49º | 0.7% | 0.82% | - |
| XYZ | 29.96 | 17.87 | 11.77 | - |
| YUV | 109.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 91 | 0 | 0.70 | 0.56 | 0.18 | 348.49 | 0.61 | 0.53 |
| Hex | D1 | 3F | 5B | 0 | 46 | 38 | 12 | 15C | 3D | 35 |
| Octal | 321 | 77 | 133 | 0 | 106 | 70 | 22 | 534 | 75 | 65 |
| Binary | 11010001 | 111111 | 1011011 | 0 | 1000110 | 111000 | 10010 | 101011100 | 111101 | 110101 |
Color Harmonies of #D13F5B
Complementary color
Monochromatic Colors of #D13F5B
Black with #D13F5B
Text Example
Text Example
White with #D13F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F5B; }
p { color: rgb(209,63,91); }
H1.HeaderClassName
{
color: #D13F5B;
}
.AnyTagClassName
{
color: #D13F5B;
}
</style>
background-color css
<style>
a { background-color: #D13F5B; }
a { background-color: rgb(209,63,91); }
div.DivClassName
{
background-color: #D13F5B;
}
.BgClassName
{
background-color: #D13F5B;
}
</style>
border-color css
<style>
span { border-color: #D13F5B; }
span { border-color: rgb(209,63,91); }
td.TdClassName
{
border-color: #D13F5B;
}
.TagClassName
{
border-color: #D13F5B;
}
</style>