Shades of Mandy #D04353
Tints of Mandy #D04353
RGB
CMYK
RGB Variations
Color information
#D04353 (or 0xD04353) is known color: Mandy. HEX triplet: D0, 43 and 53. RGB value is (208,67,83). Sum of RGB (Red+Green+Blue) = 208+67+83=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D04353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04353 is #2FBCAC. Grayscale: #6F6F6F. Windows color (decimal): -3128493 or 5456848. OLE color: 5456848.
HSL color Cylindrical-coordinate representation of color #D04353: hue angle of 353.19º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04353 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 83 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.18 |
| HSL | 353.19º | 0.6% | 0.54% | - |
| HSV(B) | 353.19º | 0.68% | 0.82% | - |
| XYZ | 29.58 | 18.05 | 10.11 | - |
| YUV | 110.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 83 | 0 | 0.68 | 0.60 | 0.18 | 353.19 | 0.6 | 0.54 |
| Hex | D0 | 43 | 53 | 0 | 44 | 3C | 12 | 161 | 3C | 36 |
| Octal | 320 | 103 | 123 | 0 | 104 | 74 | 22 | 541 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1010011 | 0 | 1000100 | 111100 | 10010 | 101100001 | 111100 | 110110 |
Color Harmonies of #D04353
Complementary color
Monochromatic Colors of #D04353
Black with #D04353
Text Example
Text Example
White with #D04353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04353; }
p { color: rgb(208,67,83); }
H1.HeaderClassName
{
color: #D04353;
}
.AnyTagClassName
{
color: #D04353;
}
</style>
background-color css
<style>
a { background-color: #D04353; }
a { background-color: rgb(208,67,83); }
div.DivClassName
{
background-color: #D04353;
}
.BgClassName
{
background-color: #D04353;
}
</style>
border-color css
<style>
span { border-color: #D04353; }
span { border-color: rgb(208,67,83); }
td.TdClassName
{
border-color: #D04353;
}
.TagClassName
{
border-color: #D04353;
}
</style>