Shades of Mandy #D04551
Tints of Mandy #D04551
RGB
CMYK
RGB Variations
Color information
#D04551 (or 0xD04551) is known color: Mandy. HEX triplet: D0, 45 and 51. RGB value is (208,69,81). Sum of RGB (Red+Green+Blue) = 208+69+81=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D04551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04551 is #2FBAAE. Grayscale: #707070. Windows color (decimal): -3127983 or 5326288. OLE color: 5326288.
HSL color Cylindrical-coordinate representation of color #D04551: hue angle of 354.82º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04551 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 81 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.18 |
| HSL | 354.82º | 0.6% | 0.54% | - |
| HSV(B) | 354.82º | 0.67% | 0.82% | - |
| XYZ | 29.63 | 18.26 | 9.75 | - |
| YUV | 111.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 81 | 0 | 0.67 | 0.61 | 0.18 | 354.82 | 0.6 | 0.54 |
| Hex | D0 | 45 | 51 | 0 | 43 | 3D | 12 | 163 | 3C | 36 |
| Octal | 320 | 105 | 121 | 0 | 103 | 75 | 22 | 543 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1010001 | 0 | 1000011 | 111101 | 10010 | 101100011 | 111100 | 110110 |
Color Harmonies of #D04551
Complementary color
Monochromatic Colors of #D04551
Black with #D04551
Text Example
Text Example
White with #D04551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04551; }
p { color: rgb(208,69,81); }
H1.HeaderClassName
{
color: #D04551;
}
.AnyTagClassName
{
color: #D04551;
}
</style>
background-color css
<style>
a { background-color: #D04551; }
a { background-color: rgb(208,69,81); }
div.DivClassName
{
background-color: #D04551;
}
.BgClassName
{
background-color: #D04551;
}
</style>
border-color css
<style>
span { border-color: #D04551; }
span { border-color: rgb(208,69,81); }
td.TdClassName
{
border-color: #D04551;
}
.TagClassName
{
border-color: #D04551;
}
</style>