Shades of Mandy #D04348
Tints of Mandy #D04348
RGB
CMYK
RGB Variations
Color information
#D04348 (or 0xD04348) is known color: Mandy. HEX triplet: D0, 43 and 48. RGB value is (208,67,72). Sum of RGB (Red+Green+Blue) = 208+67+72=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D04348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04348 is #2FBCB7. Grayscale: #6D6D6D. Windows color (decimal): -3128504 or 4735952. OLE color: 4735952.
HSL color Cylindrical-coordinate representation of color #D04348: hue angle of 357.87º 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 #D04348 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 72 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.18 |
| HSL | 357.87º | 0.6% | 0.54% | - |
| HSV(B) | 357.87º | 0.68% | 0.82% | - |
| XYZ | 29.19 | 17.89 | 8.05 | - |
| YUV | 109.73 | 106.71 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 72 | 0 | 0.68 | 0.65 | 0.18 | 357.87 | 0.6 | 0.54 |
| Hex | D0 | 43 | 48 | 0 | 44 | 41 | 12 | 166 | 3C | 36 |
| Octal | 320 | 103 | 110 | 0 | 104 | 101 | 22 | 546 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1001000 | 0 | 1000100 | 1000001 | 10010 | 101100110 | 111100 | 110110 |
Color Harmonies of #D04348
Complementary color
Monochromatic Colors of #D04348
Black with #D04348
Text Example
Text Example
White with #D04348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04348; }
p { color: rgb(208,67,72); }
H1.HeaderClassName
{
color: #D04348;
}
.AnyTagClassName
{
color: #D04348;
}
</style>
background-color css
<style>
a { background-color: #D04348; }
a { background-color: rgb(208,67,72); }
div.DivClassName
{
background-color: #D04348;
}
.BgClassName
{
background-color: #D04348;
}
</style>
border-color css
<style>
span { border-color: #D04348; }
span { border-color: rgb(208,67,72); }
td.TdClassName
{
border-color: #D04348;
}
.TagClassName
{
border-color: #D04348;
}
</style>