Shades of Mandy #D4485B
Tints of Mandy #D4485B
RGB
CMYK
RGB Variations
Color information
#D4485B (or 0xD4485B) is known color: Mandy. HEX triplet: D4, 48 and 5B. RGB value is (212,72,91). Sum of RGB (Red+Green+Blue) = 212+72+91=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4485B is #2BB7A4. Grayscale: #747474. Windows color (decimal): -2865061 or 5982420. OLE color: 5982420.
HSL color Cylindrical-coordinate representation of color #D4485B: hue angle of 351.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4485B is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 91 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.17 |
| HSL | 351.86º | 0.62% | 0.56% | - |
| HSV(B) | 351.86º | 0.66% | 0.83% | - |
| XYZ | 31.36 | 19.39 | 11.99 | - |
| YUV | 116.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 91 | 0 | 0.66 | 0.57 | 0.17 | 351.86 | 0.62 | 0.56 |
| Hex | D4 | 48 | 5B | 0 | 42 | 39 | 11 | 160 | 3E | 38 |
| Octal | 324 | 110 | 133 | 0 | 102 | 71 | 21 | 540 | 76 | 70 |
| Binary | 11010100 | 1001000 | 1011011 | 0 | 1000010 | 111001 | 10001 | 101100000 | 111110 | 111000 |
Color Harmonies of #D4485B
Complementary color
Monochromatic Colors of #D4485B
Black with #D4485B
Text Example
Text Example
White with #D4485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4485B; }
p { color: rgb(212,72,91); }
H1.HeaderClassName
{
color: #D4485B;
}
.AnyTagClassName
{
color: #D4485B;
}
</style>
background-color css
<style>
a { background-color: #D4485B; }
a { background-color: rgb(212,72,91); }
div.DivClassName
{
background-color: #D4485B;
}
.BgClassName
{
background-color: #D4485B;
}
</style>
border-color css
<style>
span { border-color: #D4485B; }
span { border-color: rgb(212,72,91); }
td.TdClassName
{
border-color: #D4485B;
}
.TagClassName
{
border-color: #D4485B;
}
</style>