Shades of Mandy #D04150
Tints of Mandy #D04150
RGB
CMYK
RGB Variations
Color information
#D04150 (or 0xD04150) is known color: Mandy. HEX triplet: D0, 41 and 50. RGB value is (208,65,80). Sum of RGB (Red+Green+Blue) = 208+65+80=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D04150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04150 is #2FBEAF. Grayscale: #6D6D6D. Windows color (decimal): -3129008 or 5259728. OLE color: 5259728.
HSL color Cylindrical-coordinate representation of color #D04150: hue angle of 353.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04150 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 80 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.18 |
| HSL | 353.71º | 0.6% | 0.54% | - |
| HSV(B) | 353.71º | 0.69% | 0.82% | - |
| XYZ | 29.35 | 17.77 | 9.47 | - |
| YUV | 109.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 80 | 0 | 0.69 | 0.62 | 0.18 | 353.71 | 0.6 | 0.54 |
| Hex | D0 | 41 | 50 | 0 | 45 | 3E | 12 | 162 | 3C | 36 |
| Octal | 320 | 101 | 120 | 0 | 105 | 76 | 22 | 542 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1010000 | 0 | 1000101 | 111110 | 10010 | 101100010 | 111100 | 110110 |
Color Harmonies of #D04150
Complementary color
Monochromatic Colors of #D04150
Black with #D04150
Text Example
Text Example
White with #D04150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04150; }
p { color: rgb(208,65,80); }
H1.HeaderClassName
{
color: #D04150;
}
.AnyTagClassName
{
color: #D04150;
}
</style>
background-color css
<style>
a { background-color: #D04150; }
a { background-color: rgb(208,65,80); }
div.DivClassName
{
background-color: #D04150;
}
.BgClassName
{
background-color: #D04150;
}
</style>
border-color css
<style>
span { border-color: #D04150; }
span { border-color: rgb(208,65,80); }
td.TdClassName
{
border-color: #D04150;
}
.TagClassName
{
border-color: #D04150;
}
</style>