Shades of Mandy #D5474B
Tints of Mandy #D5474B
RGB
CMYK
RGB Variations
Color information
#D5474B (or 0xD5474B) is known color: Mandy. HEX triplet: D5, 47 and 4B. RGB value is (213,71,75). Sum of RGB (Red+Green+Blue) = 213+71+75=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5474B is #2AB8B4. Grayscale: #727272. Windows color (decimal): -2799797 or 4933589. OLE color: 4933589.
HSL color Cylindrical-coordinate representation of color #D5474B: hue angle of 358.31º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5474B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 75 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.16 |
| HSL | 358.31º | 0.63% | 0.56% | - |
| HSV(B) | 358.31º | 0.67% | 0.84% | - |
| XYZ | 30.96 | 19.16 | 8.72 | - |
| YUV | 113.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 75 | 0 | 0.67 | 0.65 | 0.16 | 358.31 | 0.63 | 0.56 |
| Hex | D5 | 47 | 4B | 0 | 43 | 41 | 10 | 166 | 3F | 38 |
| Octal | 325 | 107 | 113 | 0 | 103 | 101 | 20 | 546 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1001011 | 0 | 1000011 | 1000001 | 10000 | 101100110 | 111111 | 111000 |
Color Harmonies of #D5474B
Complementary color
Monochromatic Colors of #D5474B
Black with #D5474B
Text Example
Text Example
White with #D5474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5474B; }
p { color: rgb(213,71,75); }
H1.HeaderClassName
{
color: #D5474B;
}
.AnyTagClassName
{
color: #D5474B;
}
</style>
background-color css
<style>
a { background-color: #D5474B; }
a { background-color: rgb(213,71,75); }
div.DivClassName
{
background-color: #D5474B;
}
.BgClassName
{
background-color: #D5474B;
}
</style>
border-color css
<style>
span { border-color: #D5474B; }
span { border-color: rgb(213,71,75); }
td.TdClassName
{
border-color: #D5474B;
}
.TagClassName
{
border-color: #D5474B;
}
</style>