Shades of Mandy #D04153
Tints of Mandy #D04153
RGB
CMYK
RGB Variations
Color information
#D04153 (or 0xD04153) is known color: Mandy. HEX triplet: D0, 41 and 53. RGB value is (208,65,83). Sum of RGB (Red+Green+Blue) = 208+65+83=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D04153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04153 is #2FBEAC. Grayscale: #6D6D6D. Windows color (decimal): -3129005 or 5456336. OLE color: 5456336.
HSL color Cylindrical-coordinate representation of color #D04153: hue angle of 352.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04153 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 83 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.18 |
| HSL | 352.45º | 0.6% | 0.54% | - |
| HSV(B) | 352.45º | 0.69% | 0.82% | - |
| XYZ | 29.46 | 17.82 | 10.07 | - |
| YUV | 109.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 83 | 0 | 0.69 | 0.60 | 0.18 | 352.45 | 0.6 | 0.54 |
| Hex | D0 | 41 | 53 | 0 | 45 | 3C | 12 | 160 | 3C | 36 |
| Octal | 320 | 101 | 123 | 0 | 105 | 74 | 22 | 540 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1010011 | 0 | 1000101 | 111100 | 10010 | 101100000 | 111100 | 110110 |
Color Harmonies of #D04153
Complementary color
Monochromatic Colors of #D04153
Black with #D04153
Text Example
Text Example
White with #D04153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04153; }
p { color: rgb(208,65,83); }
H1.HeaderClassName
{
color: #D04153;
}
.AnyTagClassName
{
color: #D04153;
}
</style>
background-color css
<style>
a { background-color: #D04153; }
a { background-color: rgb(208,65,83); }
div.DivClassName
{
background-color: #D04153;
}
.BgClassName
{
background-color: #D04153;
}
</style>
border-color css
<style>
span { border-color: #D04153; }
span { border-color: rgb(208,65,83); }
td.TdClassName
{
border-color: #D04153;
}
.TagClassName
{
border-color: #D04153;
}
</style>