Shades of Mandy #D5434D
Tints of Mandy #D5434D
RGB
CMYK
RGB Variations
Color information
#D5434D (or 0xD5434D) is known color: Mandy. HEX triplet: D5, 43 and 4D. RGB value is (213,67,77). Sum of RGB (Red+Green+Blue) = 213+67+77=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5434D is #2ABCB2. Grayscale: #6F6F6F. Windows color (decimal): -2800819 or 5063637. OLE color: 5063637.
HSL color Cylindrical-coordinate representation of color #D5434D: hue angle of 355.89º 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 #D5434D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 77 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.16 |
| HSL | 355.89º | 0.63% | 0.55% | - |
| HSV(B) | 355.89º | 0.69% | 0.84% | - |
| XYZ | 30.79 | 18.7 | 9.01 | - |
| YUV | 111.79 | 108.37 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 77 | 0 | 0.69 | 0.64 | 0.16 | 355.89 | 0.63 | 0.55 |
| Hex | D5 | 43 | 4D | 0 | 45 | 40 | 10 | 164 | 3F | 37 |
| Octal | 325 | 103 | 115 | 0 | 105 | 100 | 20 | 544 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1001101 | 0 | 1000101 | 1000000 | 10000 | 101100100 | 111111 | 110111 |
Color Harmonies of #D5434D
Complementary color
Monochromatic Colors of #D5434D
Black with #D5434D
Text Example
Text Example
White with #D5434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5434D; }
p { color: rgb(213,67,77); }
H1.HeaderClassName
{
color: #D5434D;
}
.AnyTagClassName
{
color: #D5434D;
}
</style>
background-color css
<style>
a { background-color: #D5434D; }
a { background-color: rgb(213,67,77); }
div.DivClassName
{
background-color: #D5434D;
}
.BgClassName
{
background-color: #D5434D;
}
</style>
border-color css
<style>
span { border-color: #D5434D; }
span { border-color: rgb(213,67,77); }
td.TdClassName
{
border-color: #D5434D;
}
.TagClassName
{
border-color: #D5434D;
}
</style>