Shades of Mandy #D04152
Tints of Mandy #D04152
RGB
CMYK
RGB Variations
Color information
#D04152 (or 0xD04152) is known color: Mandy. HEX triplet: D0, 41 and 52. RGB value is (208,65,82). Sum of RGB (Red+Green+Blue) = 208+65+82=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D04152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04152 is #2FBEAD. Grayscale: #6D6D6D. Windows color (decimal): -3129006 or 5390800. OLE color: 5390800.
HSL color Cylindrical-coordinate representation of color #D04152: hue angle of 352.87º 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 #D04152 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 82 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.18 |
| HSL | 352.87º | 0.6% | 0.54% | - |
| HSV(B) | 352.87º | 0.69% | 0.82% | - |
| XYZ | 29.43 | 17.8 | 9.87 | - |
| YUV | 109.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 82 | 0 | 0.69 | 0.61 | 0.18 | 352.87 | 0.6 | 0.54 |
| Hex | D0 | 41 | 52 | 0 | 45 | 3D | 12 | 161 | 3C | 36 |
| Octal | 320 | 101 | 122 | 0 | 105 | 75 | 22 | 541 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1010010 | 0 | 1000101 | 111101 | 10010 | 101100001 | 111100 | 110110 |
Color Harmonies of #D04152
Complementary color
Monochromatic Colors of #D04152
Black with #D04152
Text Example
Text Example
White with #D04152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04152; }
p { color: rgb(208,65,82); }
H1.HeaderClassName
{
color: #D04152;
}
.AnyTagClassName
{
color: #D04152;
}
</style>
background-color css
<style>
a { background-color: #D04152; }
a { background-color: rgb(208,65,82); }
div.DivClassName
{
background-color: #D04152;
}
.BgClassName
{
background-color: #D04152;
}
</style>
border-color css
<style>
span { border-color: #D04152; }
span { border-color: rgb(208,65,82); }
td.TdClassName
{
border-color: #D04152;
}
.TagClassName
{
border-color: #D04152;
}
</style>