Shades of Mandy #D1484B
Tints of Mandy #D1484B
RGB
CMYK
RGB Variations
Color information
#D1484B (or 0xD1484B) is known color: Mandy. HEX triplet: D1, 48 and 4B. RGB value is (209,72,75). Sum of RGB (Red+Green+Blue) = 209+72+75=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1484B is #2EB7B4. Grayscale: #717171. Windows color (decimal): -3061685 or 4933841. OLE color: 4933841.
HSL color Cylindrical-coordinate representation of color #D1484B: hue angle of 358.69º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1484B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 75 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.18 |
| HSL | 358.69º | 0.6% | 0.55% | - |
| HSV(B) | 358.69º | 0.66% | 0.82% | - |
| XYZ | 29.88 | 18.7 | 8.69 | - |
| YUV | 113.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 75 | 0 | 0.66 | 0.64 | 0.18 | 358.69 | 0.6 | 0.55 |
| Hex | D1 | 48 | 4B | 0 | 42 | 40 | 12 | 167 | 3C | 37 |
| Octal | 321 | 110 | 113 | 0 | 102 | 100 | 22 | 547 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1001011 | 0 | 1000010 | 1000000 | 10010 | 101100111 | 111100 | 110111 |
Color Harmonies of #D1484B
Complementary color
Monochromatic Colors of #D1484B
Black with #D1484B
Text Example
Text Example
White with #D1484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1484B; }
p { color: rgb(209,72,75); }
H1.HeaderClassName
{
color: #D1484B;
}
.AnyTagClassName
{
color: #D1484B;
}
</style>
background-color css
<style>
a { background-color: #D1484B; }
a { background-color: rgb(209,72,75); }
div.DivClassName
{
background-color: #D1484B;
}
.BgClassName
{
background-color: #D1484B;
}
</style>
border-color css
<style>
span { border-color: #D1484B; }
span { border-color: rgb(209,72,75); }
td.TdClassName
{
border-color: #D1484B;
}
.TagClassName
{
border-color: #D1484B;
}
</style>