Shades of Mandy #D5435A
Tints of Mandy #D5435A
RGB
CMYK
RGB Variations
Color information
#D5435A (or 0xD5435A) is known color: Mandy. HEX triplet: D5, 43 and 5A. RGB value is (213,67,90). Sum of RGB (Red+Green+Blue) = 213+67+90=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5435A is #2ABCA5. Grayscale: #717171. Windows color (decimal): -2800806 or 5915605. OLE color: 5915605.
HSL color Cylindrical-coordinate representation of color #D5435A: hue angle of 350.55º 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 #D5435A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 90 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.16 |
| HSL | 350.55º | 0.63% | 0.55% | - |
| HSV(B) | 350.55º | 0.69% | 0.84% | - |
| XYZ | 31.29 | 18.9 | 11.67 | - |
| YUV | 113.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 90 | 0 | 0.69 | 0.58 | 0.16 | 350.55 | 0.63 | 0.55 |
| Hex | D5 | 43 | 5A | 0 | 45 | 3A | 10 | 15F | 3F | 37 |
| Octal | 325 | 103 | 132 | 0 | 105 | 72 | 20 | 537 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1011010 | 0 | 1000101 | 111010 | 10000 | 101011111 | 111111 | 110111 |
Color Harmonies of #D5435A
Complementary color
Monochromatic Colors of #D5435A
Black with #D5435A
Text Example
Text Example
White with #D5435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5435A; }
p { color: rgb(213,67,90); }
H1.HeaderClassName
{
color: #D5435A;
}
.AnyTagClassName
{
color: #D5435A;
}
</style>
background-color css
<style>
a { background-color: #D5435A; }
a { background-color: rgb(213,67,90); }
div.DivClassName
{
background-color: #D5435A;
}
.BgClassName
{
background-color: #D5435A;
}
</style>
border-color css
<style>
span { border-color: #D5435A; }
span { border-color: rgb(213,67,90); }
td.TdClassName
{
border-color: #D5435A;
}
.TagClassName
{
border-color: #D5435A;
}
</style>