Shades of Mandy #D04552
Tints of Mandy #D04552
RGB
CMYK
RGB Variations
Color information
#D04552 (or 0xD04552) is known color: Mandy. HEX triplet: D0, 45 and 52. RGB value is (208,69,82). Sum of RGB (Red+Green+Blue) = 208+69+82=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D04552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04552 is #2FBAAD. Grayscale: #707070. Windows color (decimal): -3127982 or 5391824. OLE color: 5391824.
HSL color Cylindrical-coordinate representation of color #D04552: hue angle of 354.39º 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 #D04552 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 82 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.18 |
| HSL | 354.39º | 0.6% | 0.54% | - |
| HSV(B) | 354.39º | 0.67% | 0.82% | - |
| XYZ | 29.66 | 18.28 | 9.95 | - |
| YUV | 112.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 82 | 0 | 0.67 | 0.61 | 0.18 | 354.39 | 0.6 | 0.54 |
| Hex | D0 | 45 | 52 | 0 | 43 | 3D | 12 | 162 | 3C | 36 |
| Octal | 320 | 105 | 122 | 0 | 103 | 75 | 22 | 542 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1010010 | 0 | 1000011 | 111101 | 10010 | 101100010 | 111100 | 110110 |
Color Harmonies of #D04552
Complementary color
Monochromatic Colors of #D04552
Black with #D04552
Text Example
Text Example
White with #D04552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04552; }
p { color: rgb(208,69,82); }
H1.HeaderClassName
{
color: #D04552;
}
.AnyTagClassName
{
color: #D04552;
}
</style>
background-color css
<style>
a { background-color: #D04552; }
a { background-color: rgb(208,69,82); }
div.DivClassName
{
background-color: #D04552;
}
.BgClassName
{
background-color: #D04552;
}
</style>
border-color css
<style>
span { border-color: #D04552; }
span { border-color: rgb(208,69,82); }
td.TdClassName
{
border-color: #D04552;
}
.TagClassName
{
border-color: #D04552;
}
</style>