Shades of Mandy #D5454C
Tints of Mandy #D5454C
RGB
CMYK
RGB Variations
Color information
#D5454C (or 0xD5454C) is known color: Mandy. HEX triplet: D5, 45 and 4C. RGB value is (213,69,76). Sum of RGB (Red+Green+Blue) = 213+69+76=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5454C is #2ABAB3. Grayscale: #707070. Windows color (decimal): -2800308 or 4998613. OLE color: 4998613.
HSL color Cylindrical-coordinate representation of color #D5454C: hue angle of 357.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5454C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 76 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.16 |
| HSL | 357.08º | 0.63% | 0.55% | - |
| HSV(B) | 357.08º | 0.68% | 0.84% | - |
| XYZ | 30.87 | 18.92 | 8.86 | - |
| YUV | 112.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 76 | 0 | 0.68 | 0.64 | 0.16 | 357.08 | 0.63 | 0.55 |
| Hex | D5 | 45 | 4C | 0 | 44 | 40 | 10 | 165 | 3F | 37 |
| Octal | 325 | 105 | 114 | 0 | 104 | 100 | 20 | 545 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1001100 | 0 | 1000100 | 1000000 | 10000 | 101100101 | 111111 | 110111 |
Color Harmonies of #D5454C
Complementary color
Monochromatic Colors of #D5454C
Black with #D5454C
Text Example
Text Example
White with #D5454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5454C; }
p { color: rgb(213,69,76); }
H1.HeaderClassName
{
color: #D5454C;
}
.AnyTagClassName
{
color: #D5454C;
}
</style>
background-color css
<style>
a { background-color: #D5454C; }
a { background-color: rgb(213,69,76); }
div.DivClassName
{
background-color: #D5454C;
}
.BgClassName
{
background-color: #D5454C;
}
</style>
border-color css
<style>
span { border-color: #D5454C; }
span { border-color: rgb(213,69,76); }
td.TdClassName
{
border-color: #D5454C;
}
.TagClassName
{
border-color: #D5454C;
}
</style>