Shades of Mandy #D04654
Tints of Mandy #D04654
RGB
CMYK
RGB Variations
Color information
#D04654 (or 0xD04654) is known color: Mandy. HEX triplet: D0, 46 and 54. RGB value is (208,70,84). Sum of RGB (Red+Green+Blue) = 208+70+84=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D04654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04654 is #2FB9AB. Grayscale: #707070. Windows color (decimal): -3127724 or 5523152. OLE color: 5523152.
HSL color Cylindrical-coordinate representation of color #D04654: hue angle of 353.91º 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 #D04654 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 84 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.18 |
| HSL | 353.91º | 0.59% | 0.55% | - |
| HSV(B) | 353.91º | 0.66% | 0.82% | - |
| XYZ | 29.8 | 18.43 | 10.37 | - |
| YUV | 112.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 84 | 0 | 0.66 | 0.60 | 0.18 | 353.91 | 0.59 | 0.55 |
| Hex | D0 | 46 | 54 | 0 | 42 | 3C | 12 | 162 | 3B | 37 |
| Octal | 320 | 106 | 124 | 0 | 102 | 74 | 22 | 542 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1010100 | 0 | 1000010 | 111100 | 10010 | 101100010 | 111011 | 110111 |
Color Harmonies of #D04654
Complementary color
Monochromatic Colors of #D04654
Black with #D04654
Text Example
Text Example
White with #D04654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04654; }
p { color: rgb(208,70,84); }
H1.HeaderClassName
{
color: #D04654;
}
.AnyTagClassName
{
color: #D04654;
}
</style>
background-color css
<style>
a { background-color: #D04654; }
a { background-color: rgb(208,70,84); }
div.DivClassName
{
background-color: #D04654;
}
.BgClassName
{
background-color: #D04654;
}
</style>
border-color css
<style>
span { border-color: #D04654; }
span { border-color: rgb(208,70,84); }
td.TdClassName
{
border-color: #D04654;
}
.TagClassName
{
border-color: #D04654;
}
</style>