Shades of Mandy #D54A4D
Tints of Mandy #D54A4D
RGB
CMYK
RGB Variations
Color information
#D54A4D (or 0xD54A4D) is known color: Mandy. HEX triplet: D5, 4A and 4D. RGB value is (213,74,77). Sum of RGB (Red+Green+Blue) = 213+74+77=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A4D is #2AB5B2. Grayscale: #747474. Windows color (decimal): -2799027 or 5065429. OLE color: 5065429.
HSL color Cylindrical-coordinate representation of color #D54A4D: hue angle of 358.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A4D is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 77 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.16 |
| HSL | 358.71º | 0.62% | 0.56% | - |
| HSV(B) | 358.71º | 0.65% | 0.84% | - |
| XYZ | 31.23 | 19.58 | 9.15 | - |
| YUV | 115.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 77 | 0 | 0.65 | 0.64 | 0.16 | 358.71 | 0.62 | 0.56 |
| Hex | D5 | 4A | 4D | 0 | 41 | 40 | 10 | 167 | 3E | 38 |
| Octal | 325 | 112 | 115 | 0 | 101 | 100 | 20 | 547 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1001101 | 0 | 1000001 | 1000000 | 10000 | 101100111 | 111110 | 111000 |
Color Harmonies of #D54A4D
Complementary color
Monochromatic Colors of #D54A4D
Black with #D54A4D
Text Example
Text Example
White with #D54A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A4D; }
p { color: rgb(213,74,77); }
H1.HeaderClassName
{
color: #D54A4D;
}
.AnyTagClassName
{
color: #D54A4D;
}
</style>
background-color css
<style>
a { background-color: #D54A4D; }
a { background-color: rgb(213,74,77); }
div.DivClassName
{
background-color: #D54A4D;
}
.BgClassName
{
background-color: #D54A4D;
}
</style>
border-color css
<style>
span { border-color: #D54A4D; }
span { border-color: rgb(213,74,77); }
td.TdClassName
{
border-color: #D54A4D;
}
.TagClassName
{
border-color: #D54A4D;
}
</style>