Shades of Mandy #D75358
Tints of Mandy #D75358
RGB
CMYK
RGB Variations
Color information
#D75358 (or 0xD75358) is known color: Mandy. HEX triplet: D7, 53 and 58. RGB value is (215,83,88). Sum of RGB (Red+Green+Blue) = 215+83+88=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D75358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75358 is #28ACA7. Grayscale: #7B7B7B. Windows color (decimal): -2665640 or 5788631. OLE color: 5788631.
HSL color Cylindrical-coordinate representation of color #D75358: hue angle of 357.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75358 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 88 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.16 |
| HSL | 357.73º | 0.62% | 0.58% | - |
| HSV(B) | 357.73º | 0.61% | 0.84% | - |
| XYZ | 32.88 | 21.34 | 11.62 | - |
| YUV | 123.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 88 | 0 | 0.61 | 0.59 | 0.16 | 357.73 | 0.62 | 0.58 |
| Hex | D7 | 53 | 58 | 0 | 3D | 3B | 10 | 166 | 3E | 3A |
| Octal | 327 | 123 | 130 | 0 | 75 | 73 | 20 | 546 | 76 | 72 |
| Binary | 11010111 | 1010011 | 1011000 | 0 | 111101 | 111011 | 10000 | 101100110 | 111110 | 111010 |
Color Harmonies of #D75358
Complementary color
Monochromatic Colors of #D75358
Black with #D75358
Text Example
Text Example
White with #D75358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75358; }
p { color: rgb(215,83,88); }
H1.HeaderClassName
{
color: #D75358;
}
.AnyTagClassName
{
color: #D75358;
}
</style>
background-color css
<style>
a { background-color: #D75358; }
a { background-color: rgb(215,83,88); }
div.DivClassName
{
background-color: #D75358;
}
.BgClassName
{
background-color: #D75358;
}
</style>
border-color css
<style>
span { border-color: #D75358; }
span { border-color: rgb(215,83,88); }
td.TdClassName
{
border-color: #D75358;
}
.TagClassName
{
border-color: #D75358;
}
</style>