Shades of Mandy #D74153
Tints of Mandy #D74153
RGB
CMYK
RGB Variations
Color information
#D74153 (or 0xD74153) is known color: Mandy. HEX triplet: D7, 41 and 53. RGB value is (215,65,83). Sum of RGB (Red+Green+Blue) = 215+65+83=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74153 is #28BEAC. Grayscale: #6F6F6F. Windows color (decimal): -2670253 or 5456343. OLE color: 5456343.
HSL color Cylindrical-coordinate representation of color #D74153: hue angle of 352.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74153 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 83 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.16 |
| HSL | 352.8º | 0.65% | 0.55% | - |
| HSV(B) | 352.8º | 0.7% | 0.84% | - |
| XYZ | 31.48 | 18.85 | 10.16 | - |
| YUV | 111.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 83 | 0 | 0.70 | 0.61 | 0.16 | 352.8 | 0.65 | 0.55 |
| Hex | D7 | 41 | 53 | 0 | 46 | 3D | 10 | 161 | 41 | 37 |
| Octal | 327 | 101 | 123 | 0 | 106 | 75 | 20 | 541 | 101 | 67 |
| Binary | 11010111 | 1000001 | 1010011 | 0 | 1000110 | 111101 | 10000 | 101100001 | 1000001 | 110111 |
Color Harmonies of #D74153
Complementary color
Monochromatic Colors of #D74153
Black with #D74153
Text Example
Text Example
White with #D74153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74153; }
p { color: rgb(215,65,83); }
H1.HeaderClassName
{
color: #D74153;
}
.AnyTagClassName
{
color: #D74153;
}
</style>
background-color css
<style>
a { background-color: #D74153; }
a { background-color: rgb(215,65,83); }
div.DivClassName
{
background-color: #D74153;
}
.BgClassName
{
background-color: #D74153;
}
</style>
border-color css
<style>
span { border-color: #D74153; }
span { border-color: rgb(215,65,83); }
td.TdClassName
{
border-color: #D74153;
}
.TagClassName
{
border-color: #D74153;
}
</style>