Shades of Mandy #D5404B
Tints of Mandy #D5404B
RGB
CMYK
RGB Variations
Color information
#D5404B (or 0xD5404B) is known color: Mandy. HEX triplet: D5, 40 and 4B. RGB value is (213,64,75). Sum of RGB (Red+Green+Blue) = 213+64+75=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5404B is #2ABFB4. Grayscale: #6D6D6D. Windows color (decimal): -2801589 or 4931797. OLE color: 4931797.
HSL color Cylindrical-coordinate representation of color #D5404B: hue angle of 355.57º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5404B is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 75 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.16 |
| HSL | 355.57º | 0.64% | 0.54% | - |
| HSV(B) | 355.57º | 0.7% | 0.84% | - |
| XYZ | 30.54 | 18.32 | 8.58 | - |
| YUV | 109.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 75 | 0 | 0.70 | 0.65 | 0.16 | 355.57 | 0.64 | 0.54 |
| Hex | D5 | 40 | 4B | 0 | 46 | 41 | 10 | 164 | 40 | 36 |
| Octal | 325 | 100 | 113 | 0 | 106 | 101 | 20 | 544 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1001011 | 0 | 1000110 | 1000001 | 10000 | 101100100 | 1000000 | 110110 |
Color Harmonies of #D5404B
Complementary color
Monochromatic Colors of #D5404B
Black with #D5404B
Text Example
Text Example
White with #D5404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5404B; }
p { color: rgb(213,64,75); }
H1.HeaderClassName
{
color: #D5404B;
}
.AnyTagClassName
{
color: #D5404B;
}
</style>
background-color css
<style>
a { background-color: #D5404B; }
a { background-color: rgb(213,64,75); }
div.DivClassName
{
background-color: #D5404B;
}
.BgClassName
{
background-color: #D5404B;
}
</style>
border-color css
<style>
span { border-color: #D5404B; }
span { border-color: rgb(213,64,75); }
td.TdClassName
{
border-color: #D5404B;
}
.TagClassName
{
border-color: #D5404B;
}
</style>