Shades of Mandy #D75053
Tints of Mandy #D75053
RGB
CMYK
RGB Variations
Color information
#D75053 (or 0xD75053) is known color: Mandy. HEX triplet: D7, 50 and 53. RGB value is (215,80,83). Sum of RGB (Red+Green+Blue) = 215+80+83=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D75053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75053 is #28AFAC. Grayscale: #787878. Windows color (decimal): -2666413 or 5460183. OLE color: 5460183.
HSL color Cylindrical-coordinate representation of color #D75053: hue angle of 358.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75053 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 83 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.16 |
| HSL | 358.67º | 0.63% | 0.58% | - |
| HSV(B) | 358.67º | 0.63% | 0.84% | - |
| XYZ | 32.45 | 20.81 | 10.49 | - |
| YUV | 120.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 83 | 0 | 0.63 | 0.61 | 0.16 | 358.67 | 0.63 | 0.58 |
| Hex | D7 | 50 | 53 | 0 | 3F | 3D | 10 | 167 | 3F | 3A |
| Octal | 327 | 120 | 123 | 0 | 77 | 75 | 20 | 547 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1010011 | 0 | 111111 | 111101 | 10000 | 101100111 | 111111 | 111010 |
Color Harmonies of #D75053
Complementary color
Monochromatic Colors of #D75053
Black with #D75053
Text Example
Text Example
White with #D75053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75053; }
p { color: rgb(215,80,83); }
H1.HeaderClassName
{
color: #D75053;
}
.AnyTagClassName
{
color: #D75053;
}
</style>
background-color css
<style>
a { background-color: #D75053; }
a { background-color: rgb(215,80,83); }
div.DivClassName
{
background-color: #D75053;
}
.BgClassName
{
background-color: #D75053;
}
</style>
border-color css
<style>
span { border-color: #D75053; }
span { border-color: rgb(215,80,83); }
td.TdClassName
{
border-color: #D75053;
}
.TagClassName
{
border-color: #D75053;
}
</style>