Shades of Mandy #D04652
Tints of Mandy #D04652
RGB
CMYK
RGB Variations
Color information
#D04652 (or 0xD04652) is known color: Mandy. HEX triplet: D0, 46 and 52. RGB value is (208,70,82). Sum of RGB (Red+Green+Blue) = 208+70+82=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D04652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04652 is #2FB9AD. Grayscale: #707070. Windows color (decimal): -3127726 or 5392080. OLE color: 5392080.
HSL color Cylindrical-coordinate representation of color #D04652: hue angle of 354.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04652 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 82 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.18 |
| HSL | 354.78º | 0.59% | 0.55% | - |
| HSV(B) | 354.78º | 0.66% | 0.82% | - |
| XYZ | 29.73 | 18.4 | 9.97 | - |
| YUV | 112.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 82 | 0 | 0.66 | 0.61 | 0.18 | 354.78 | 0.59 | 0.55 |
| Hex | D0 | 46 | 52 | 0 | 42 | 3D | 12 | 163 | 3B | 37 |
| Octal | 320 | 106 | 122 | 0 | 102 | 75 | 22 | 543 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1010010 | 0 | 1000010 | 111101 | 10010 | 101100011 | 111011 | 110111 |
Color Harmonies of #D04652
Complementary color
Monochromatic Colors of #D04652
Black with #D04652
Text Example
Text Example
White with #D04652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04652; }
p { color: rgb(208,70,82); }
H1.HeaderClassName
{
color: #D04652;
}
.AnyTagClassName
{
color: #D04652;
}
</style>
background-color css
<style>
a { background-color: #D04652; }
a { background-color: rgb(208,70,82); }
div.DivClassName
{
background-color: #D04652;
}
.BgClassName
{
background-color: #D04652;
}
</style>
border-color css
<style>
span { border-color: #D04652; }
span { border-color: rgb(208,70,82); }
td.TdClassName
{
border-color: #D04652;
}
.TagClassName
{
border-color: #D04652;
}
</style>