Shades of Mandy #D04B5A
Tints of Mandy #D04B5A
RGB
CMYK
RGB Variations
Color information
#D04B5A (or 0xD04B5A) is known color: Mandy. HEX triplet: D0, 4B and 5A. RGB value is (208,75,90). Sum of RGB (Red+Green+Blue) = 208+75+90=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04B5A is #2FB4A5. Grayscale: #747474. Windows color (decimal): -3126438 or 5917648. OLE color: 5917648.
HSL color Cylindrical-coordinate representation of color #D04B5A: hue angle of 353.23º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04B5A is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 90 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.18 |
| HSL | 353.23º | 0.59% | 0.55% | - |
| HSV(B) | 353.23º | 0.64% | 0.82% | - |
| XYZ | 30.37 | 19.18 | 11.77 | - |
| YUV | 116.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 90 | 0 | 0.64 | 0.57 | 0.18 | 353.23 | 0.59 | 0.55 |
| Hex | D0 | 4B | 5A | 0 | 40 | 39 | 12 | 161 | 3B | 37 |
| Octal | 320 | 113 | 132 | 0 | 100 | 71 | 22 | 541 | 73 | 67 |
| Binary | 11010000 | 1001011 | 1011010 | 0 | 1000000 | 111001 | 10010 | 101100001 | 111011 | 110111 |
Color Harmonies of #D04B5A
Complementary color
Monochromatic Colors of #D04B5A
Black with #D04B5A
Text Example
Text Example
White with #D04B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B5A; }
p { color: rgb(208,75,90); }
H1.HeaderClassName
{
color: #D04B5A;
}
.AnyTagClassName
{
color: #D04B5A;
}
</style>
background-color css
<style>
a { background-color: #D04B5A; }
a { background-color: rgb(208,75,90); }
div.DivClassName
{
background-color: #D04B5A;
}
.BgClassName
{
background-color: #D04B5A;
}
</style>
border-color css
<style>
span { border-color: #D04B5A; }
span { border-color: rgb(208,75,90); }
td.TdClassName
{
border-color: #D04B5A;
}
.TagClassName
{
border-color: #D04B5A;
}
</style>