Shades of Mandy #D45362
Tints of Mandy #D45362
RGB
CMYK
RGB Variations
Color information
#D45362 (or 0xD45362) is known color: Mandy. HEX triplet: D4, 53 and 62. RGB value is (212,83,98). Sum of RGB (Red+Green+Blue) = 212+83+98=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D45362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45362 is #2BAC9D. Grayscale: #7B7B7B. Windows color (decimal): -2862238 or 6443988. OLE color: 6443988.
HSL color Cylindrical-coordinate representation of color #D45362: hue angle of 353.02º 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 #D45362 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 98 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.17 |
| HSL | 353.02º | 0.6% | 0.58% | - |
| HSV(B) | 353.02º | 0.61% | 0.83% | - |
| XYZ | 32.45 | 21.07 | 13.91 | - |
| YUV | 123.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 98 | 0 | 0.61 | 0.54 | 0.17 | 353.02 | 0.6 | 0.58 |
| Hex | D4 | 53 | 62 | 0 | 3D | 36 | 11 | 161 | 3C | 3A |
| Octal | 324 | 123 | 142 | 0 | 75 | 66 | 21 | 541 | 74 | 72 |
| Binary | 11010100 | 1010011 | 1100010 | 0 | 111101 | 110110 | 10001 | 101100001 | 111100 | 111010 |
Color Harmonies of #D45362
Complementary color
Monochromatic Colors of #D45362
Black with #D45362
Text Example
Text Example
White with #D45362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45362; }
p { color: rgb(212,83,98); }
H1.HeaderClassName
{
color: #D45362;
}
.AnyTagClassName
{
color: #D45362;
}
</style>
background-color css
<style>
a { background-color: #D45362; }
a { background-color: rgb(212,83,98); }
div.DivClassName
{
background-color: #D45362;
}
.BgClassName
{
background-color: #D45362;
}
</style>
border-color css
<style>
span { border-color: #D45362; }
span { border-color: rgb(212,83,98); }
td.TdClassName
{
border-color: #D45362;
}
.TagClassName
{
border-color: #D45362;
}
</style>