Shades of Mandy #D04450
Tints of Mandy #D04450
RGB
CMYK
RGB Variations
Color information
#D04450 (or 0xD04450) is known color: Mandy. HEX triplet: D0, 44 and 50. RGB value is (208,68,80). Sum of RGB (Red+Green+Blue) = 208+68+80=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D04450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04450 is #2FBBAF. Grayscale: #6F6F6F. Windows color (decimal): -3128240 or 5260496. OLE color: 5260496.
HSL color Cylindrical-coordinate representation of color #D04450: hue angle of 354.86º 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 #D04450 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 80 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.18 |
| HSL | 354.86º | 0.6% | 0.54% | - |
| HSV(B) | 354.86º | 0.67% | 0.82% | - |
| XYZ | 29.53 | 18.12 | 9.53 | - |
| YUV | 111.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 80 | 0 | 0.67 | 0.62 | 0.18 | 354.86 | 0.6 | 0.54 |
| Hex | D0 | 44 | 50 | 0 | 43 | 3E | 12 | 163 | 3C | 36 |
| Octal | 320 | 104 | 120 | 0 | 103 | 76 | 22 | 543 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1010000 | 0 | 1000011 | 111110 | 10010 | 101100011 | 111100 | 110110 |
Color Harmonies of #D04450
Complementary color
Monochromatic Colors of #D04450
Black with #D04450
Text Example
Text Example
White with #D04450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04450; }
p { color: rgb(208,68,80); }
H1.HeaderClassName
{
color: #D04450;
}
.AnyTagClassName
{
color: #D04450;
}
</style>
background-color css
<style>
a { background-color: #D04450; }
a { background-color: rgb(208,68,80); }
div.DivClassName
{
background-color: #D04450;
}
.BgClassName
{
background-color: #D04450;
}
</style>
border-color css
<style>
span { border-color: #D04450; }
span { border-color: rgb(208,68,80); }
td.TdClassName
{
border-color: #D04450;
}
.TagClassName
{
border-color: #D04450;
}
</style>