Shades of Mandy #D04548
Tints of Mandy #D04548
RGB
CMYK
RGB Variations
Color information
#D04548 (or 0xD04548) is known color: Mandy. HEX triplet: D0, 45 and 48. RGB value is (208,69,72). Sum of RGB (Red+Green+Blue) = 208+69+72=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D04548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04548 is #2FBAB7. Grayscale: #6F6F6F. Windows color (decimal): -3127992 or 4736464. OLE color: 4736464.
HSL color Cylindrical-coordinate representation of color #D04548: hue angle of 358.71º 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 #D04548 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 72 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.18 |
| HSL | 358.71º | 0.6% | 0.54% | - |
| HSV(B) | 358.71º | 0.67% | 0.82% | - |
| XYZ | 29.31 | 18.13 | 8.09 | - |
| YUV | 110.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 72 | 0 | 0.67 | 0.65 | 0.18 | 358.71 | 0.6 | 0.54 |
| Hex | D0 | 45 | 48 | 0 | 43 | 41 | 12 | 167 | 3C | 36 |
| Octal | 320 | 105 | 110 | 0 | 103 | 101 | 22 | 547 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1001000 | 0 | 1000011 | 1000001 | 10010 | 101100111 | 111100 | 110110 |
Color Harmonies of #D04548
Complementary color
Monochromatic Colors of #D04548
Black with #D04548
Text Example
Text Example
White with #D04548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04548; }
p { color: rgb(208,69,72); }
H1.HeaderClassName
{
color: #D04548;
}
.AnyTagClassName
{
color: #D04548;
}
</style>
background-color css
<style>
a { background-color: #D04548; }
a { background-color: rgb(208,69,72); }
div.DivClassName
{
background-color: #D04548;
}
.BgClassName
{
background-color: #D04548;
}
</style>
border-color css
<style>
span { border-color: #D04548; }
span { border-color: rgb(208,69,72); }
td.TdClassName
{
border-color: #D04548;
}
.TagClassName
{
border-color: #D04548;
}
</style>