Shades of Mandy #D74753
Tints of Mandy #D74753
RGB
CMYK
RGB Variations
Color information
#D74753 (or 0xD74753) is known color: Mandy. HEX triplet: D7, 47 and 53. RGB value is (215,71,83). Sum of RGB (Red+Green+Blue) = 215+71+83=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D74753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74753 is #28B8AC. Grayscale: #737373. Windows color (decimal): -2668717 or 5457879. OLE color: 5457879.
HSL color Cylindrical-coordinate representation of color #D74753: hue angle of 355º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74753 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 83 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.16 |
| HSL | 355º | 0.64% | 0.56% | - |
| HSV(B) | 355º | 0.67% | 0.84% | - |
| XYZ | 31.84 | 19.58 | 10.28 | - |
| YUV | 115.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 83 | 0 | 0.67 | 0.61 | 0.16 | 355 | 0.64 | 0.56 |
| Hex | D7 | 47 | 53 | 0 | 43 | 3D | 10 | 163 | 40 | 38 |
| Octal | 327 | 107 | 123 | 0 | 103 | 75 | 20 | 543 | 100 | 70 |
| Binary | 11010111 | 1000111 | 1010011 | 0 | 1000011 | 111101 | 10000 | 101100011 | 1000000 | 111000 |
Color Harmonies of #D74753
Complementary color
Monochromatic Colors of #D74753
Black with #D74753
Text Example
Text Example
White with #D74753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74753; }
p { color: rgb(215,71,83); }
H1.HeaderClassName
{
color: #D74753;
}
.AnyTagClassName
{
color: #D74753;
}
</style>
background-color css
<style>
a { background-color: #D74753; }
a { background-color: rgb(215,71,83); }
div.DivClassName
{
background-color: #D74753;
}
.BgClassName
{
background-color: #D74753;
}
</style>
border-color css
<style>
span { border-color: #D74753; }
span { border-color: rgb(215,71,83); }
td.TdClassName
{
border-color: #D74753;
}
.TagClassName
{
border-color: #D74753;
}
</style>