Shades of Mandy #D45358
Tints of Mandy #D45358
RGB
CMYK
RGB Variations
Color information
#D45358 (or 0xD45358) is known color: Mandy. HEX triplet: D4, 53 and 58. RGB value is (212,83,88). Sum of RGB (Red+Green+Blue) = 212+83+88=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D45358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45358 is #2BACA7. Grayscale: #7A7A7A. Windows color (decimal): -2862248 or 5788628. OLE color: 5788628.
HSL color Cylindrical-coordinate representation of color #D45358: hue angle of 357.67º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45358 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 88 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.17 |
| HSL | 357.67º | 0.6% | 0.58% | - |
| HSV(B) | 357.67º | 0.61% | 0.83% | - |
| XYZ | 32.01 | 20.89 | 11.58 | - |
| YUV | 122.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 88 | 0 | 0.61 | 0.58 | 0.17 | 357.67 | 0.6 | 0.58 |
| Hex | D4 | 53 | 58 | 0 | 3D | 3A | 11 | 166 | 3C | 3A |
| Octal | 324 | 123 | 130 | 0 | 75 | 72 | 21 | 546 | 74 | 72 |
| Binary | 11010100 | 1010011 | 1011000 | 0 | 111101 | 111010 | 10001 | 101100110 | 111100 | 111010 |
Color Harmonies of #D45358
Complementary color
Monochromatic Colors of #D45358
Black with #D45358
Text Example
Text Example
White with #D45358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45358; }
p { color: rgb(212,83,88); }
H1.HeaderClassName
{
color: #D45358;
}
.AnyTagClassName
{
color: #D45358;
}
</style>
background-color css
<style>
a { background-color: #D45358; }
a { background-color: rgb(212,83,88); }
div.DivClassName
{
background-color: #D45358;
}
.BgClassName
{
background-color: #D45358;
}
</style>
border-color css
<style>
span { border-color: #D45358; }
span { border-color: rgb(212,83,88); }
td.TdClassName
{
border-color: #D45358;
}
.TagClassName
{
border-color: #D45358;
}
</style>