Shades of Mandy #D5434E
Tints of Mandy #D5434E
RGB
CMYK
RGB Variations
Color information
#D5434E (or 0xD5434E) is known color: Mandy. HEX triplet: D5, 43 and 4E. RGB value is (213,67,78). Sum of RGB (Red+Green+Blue) = 213+67+78=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5434E is #2ABCB1. Grayscale: #707070. Windows color (decimal): -2800818 or 5129173. OLE color: 5129173.
HSL color Cylindrical-coordinate representation of color #D5434E: hue angle of 355.48º 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 #D5434E is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 78 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.16 |
| HSL | 355.48º | 0.63% | 0.55% | - |
| HSV(B) | 355.48º | 0.69% | 0.84% | - |
| XYZ | 30.82 | 18.71 | 9.19 | - |
| YUV | 111.91 | 108.87 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 78 | 0 | 0.69 | 0.63 | 0.16 | 355.48 | 0.63 | 0.55 |
| Hex | D5 | 43 | 4E | 0 | 45 | 3F | 10 | 163 | 3F | 37 |
| Octal | 325 | 103 | 116 | 0 | 105 | 77 | 20 | 543 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1001110 | 0 | 1000101 | 111111 | 10000 | 101100011 | 111111 | 110111 |
Color Harmonies of #D5434E
Complementary color
Monochromatic Colors of #D5434E
Black with #D5434E
Text Example
Text Example
White with #D5434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5434E; }
p { color: rgb(213,67,78); }
H1.HeaderClassName
{
color: #D5434E;
}
.AnyTagClassName
{
color: #D5434E;
}
</style>
background-color css
<style>
a { background-color: #D5434E; }
a { background-color: rgb(213,67,78); }
div.DivClassName
{
background-color: #D5434E;
}
.BgClassName
{
background-color: #D5434E;
}
</style>
border-color css
<style>
span { border-color: #D5434E; }
span { border-color: rgb(213,67,78); }
td.TdClassName
{
border-color: #D5434E;
}
.TagClassName
{
border-color: #D5434E;
}
</style>