Shades of Mandy #D04852
Tints of Mandy #D04852
RGB
CMYK
RGB Variations
Color information
#D04852 (or 0xD04852) is known color: Mandy. HEX triplet: D0, 48 and 52. RGB value is (208,72,82). Sum of RGB (Red+Green+Blue) = 208+72+82=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D04852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04852 is #2FB7AD. Grayscale: #717171. Windows color (decimal): -3127214 or 5392592. OLE color: 5392592.
HSL color Cylindrical-coordinate representation of color #D04852: hue angle of 355.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04852 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 82 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.18 |
| HSL | 355.59º | 0.59% | 0.55% | - |
| HSV(B) | 355.59º | 0.65% | 0.82% | - |
| XYZ | 29.85 | 18.65 | 10.01 | - |
| YUV | 113.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 82 | 0 | 0.65 | 0.61 | 0.18 | 355.59 | 0.59 | 0.55 |
| Hex | D0 | 48 | 52 | 0 | 41 | 3D | 12 | 164 | 3B | 37 |
| Octal | 320 | 110 | 122 | 0 | 101 | 75 | 22 | 544 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1010010 | 0 | 1000001 | 111101 | 10010 | 101100100 | 111011 | 110111 |
Color Harmonies of #D04852
Complementary color
Monochromatic Colors of #D04852
Black with #D04852
Text Example
Text Example
White with #D04852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04852; }
p { color: rgb(208,72,82); }
H1.HeaderClassName
{
color: #D04852;
}
.AnyTagClassName
{
color: #D04852;
}
</style>
background-color css
<style>
a { background-color: #D04852; }
a { background-color: rgb(208,72,82); }
div.DivClassName
{
background-color: #D04852;
}
.BgClassName
{
background-color: #D04852;
}
</style>
border-color css
<style>
span { border-color: #D04852; }
span { border-color: rgb(208,72,82); }
td.TdClassName
{
border-color: #D04852;
}
.TagClassName
{
border-color: #D04852;
}
</style>