Shades of Mandy #D74452
Tints of Mandy #D74452
RGB
CMYK
RGB Variations
Color information
#D74452 (or 0xD74452) is known color: Mandy. HEX triplet: D7, 44 and 52. RGB value is (215,68,82). Sum of RGB (Red+Green+Blue) = 215+68+82=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D74452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74452 is #28BBAD. Grayscale: #717171. Windows color (decimal): -2669486 or 5391575. OLE color: 5391575.
HSL color Cylindrical-coordinate representation of color #D74452: hue angle of 354.29º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74452 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 82 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.16 |
| HSL | 354.29º | 0.65% | 0.55% | - |
| HSV(B) | 354.29º | 0.68% | 0.84% | - |
| XYZ | 31.61 | 19.19 | 10.02 | - |
| YUV | 113.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 82 | 0 | 0.68 | 0.62 | 0.16 | 354.29 | 0.65 | 0.55 |
| Hex | D7 | 44 | 52 | 0 | 44 | 3E | 10 | 162 | 41 | 37 |
| Octal | 327 | 104 | 122 | 0 | 104 | 76 | 20 | 542 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1010010 | 0 | 1000100 | 111110 | 10000 | 101100010 | 1000001 | 110111 |
Color Harmonies of #D74452
Complementary color
Monochromatic Colors of #D74452
Black with #D74452
Text Example
Text Example
White with #D74452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74452; }
p { color: rgb(215,68,82); }
H1.HeaderClassName
{
color: #D74452;
}
.AnyTagClassName
{
color: #D74452;
}
</style>
background-color css
<style>
a { background-color: #D74452; }
a { background-color: rgb(215,68,82); }
div.DivClassName
{
background-color: #D74452;
}
.BgClassName
{
background-color: #D74452;
}
</style>
border-color css
<style>
span { border-color: #D74452; }
span { border-color: rgb(215,68,82); }
td.TdClassName
{
border-color: #D74452;
}
.TagClassName
{
border-color: #D74452;
}
</style>