Shades of Mandy #D04350
Tints of Mandy #D04350
RGB
CMYK
RGB Variations
Color information
#D04350 (or 0xD04350) is known color: Mandy. HEX triplet: D0, 43 and 50. RGB value is (208,67,80). Sum of RGB (Red+Green+Blue) = 208+67+80=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D04350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04350 is #2FBCAF. Grayscale: #6E6E6E. Windows color (decimal): -3128496 or 5260240. OLE color: 5260240.
HSL color Cylindrical-coordinate representation of color #D04350: hue angle of 354.47º 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 #D04350 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 80 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.18 |
| HSL | 354.47º | 0.6% | 0.54% | - |
| HSV(B) | 354.47º | 0.68% | 0.82% | - |
| XYZ | 29.47 | 18 | 9.51 | - |
| YUV | 110.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 80 | 0 | 0.68 | 0.62 | 0.18 | 354.47 | 0.6 | 0.54 |
| Hex | D0 | 43 | 50 | 0 | 44 | 3E | 12 | 162 | 3C | 36 |
| Octal | 320 | 103 | 120 | 0 | 104 | 76 | 22 | 542 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1010000 | 0 | 1000100 | 111110 | 10010 | 101100010 | 111100 | 110110 |
Color Harmonies of #D04350
Complementary color
Monochromatic Colors of #D04350
Black with #D04350
Text Example
Text Example
White with #D04350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04350; }
p { color: rgb(208,67,80); }
H1.HeaderClassName
{
color: #D04350;
}
.AnyTagClassName
{
color: #D04350;
}
</style>
background-color css
<style>
a { background-color: #D04350; }
a { background-color: rgb(208,67,80); }
div.DivClassName
{
background-color: #D04350;
}
.BgClassName
{
background-color: #D04350;
}
</style>
border-color css
<style>
span { border-color: #D04350; }
span { border-color: rgb(208,67,80); }
td.TdClassName
{
border-color: #D04350;
}
.TagClassName
{
border-color: #D04350;
}
</style>