Shades of Mandy #D5435B
Tints of Mandy #D5435B
RGB
CMYK
RGB Variations
Color information
#D5435B (or 0xD5435B) is known color: Mandy. HEX triplet: D5, 43 and 5B. RGB value is (213,67,91). Sum of RGB (Red+Green+Blue) = 213+67+91=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5435B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5435B is #2ABCA4. Grayscale: #717171. Windows color (decimal): -2800805 or 5981141. OLE color: 5981141.
HSL color Cylindrical-coordinate representation of color #D5435B: hue angle of 350.14º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5435B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 91 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.16 |
| HSL | 350.14º | 0.63% | 0.55% | - |
| HSV(B) | 350.14º | 0.69% | 0.84% | - |
| XYZ | 31.34 | 18.92 | 11.9 | - |
| YUV | 113.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 91 | 0 | 0.69 | 0.57 | 0.16 | 350.14 | 0.63 | 0.55 |
| Hex | D5 | 43 | 5B | 0 | 45 | 39 | 10 | 15E | 3F | 37 |
| Octal | 325 | 103 | 133 | 0 | 105 | 71 | 20 | 536 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1011011 | 0 | 1000101 | 111001 | 10000 | 101011110 | 111111 | 110111 |
Color Harmonies of #D5435B
Complementary color
Monochromatic Colors of #D5435B
Black with #D5435B
Text Example
Text Example
White with #D5435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5435B; }
p { color: rgb(213,67,91); }
H1.HeaderClassName
{
color: #D5435B;
}
.AnyTagClassName
{
color: #D5435B;
}
</style>
background-color css
<style>
a { background-color: #D5435B; }
a { background-color: rgb(213,67,91); }
div.DivClassName
{
background-color: #D5435B;
}
.BgClassName
{
background-color: #D5435B;
}
</style>
border-color css
<style>
span { border-color: #D5435B; }
span { border-color: rgb(213,67,91); }
td.TdClassName
{
border-color: #D5435B;
}
.TagClassName
{
border-color: #D5435B;
}
</style>