Shades of Mandy #D54954
Tints of Mandy #D54954
RGB
CMYK
RGB Variations
Color information
#D54954 (or 0xD54954) is known color: Mandy. HEX triplet: D5, 49 and 54. RGB value is (213,73,84). Sum of RGB (Red+Green+Blue) = 213+73+84=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D54954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54954 is #2AB6AB. Grayscale: #747474. Windows color (decimal): -2799276 or 5523925. OLE color: 5523925.
HSL color Cylindrical-coordinate representation of color #D54954: hue angle of 355.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54954 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 84 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.16 |
| HSL | 355.29º | 0.63% | 0.56% | - |
| HSV(B) | 355.29º | 0.66% | 0.84% | - |
| XYZ | 31.42 | 19.55 | 10.51 | - |
| YUV | 116.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 84 | 0 | 0.66 | 0.61 | 0.16 | 355.29 | 0.63 | 0.56 |
| Hex | D5 | 49 | 54 | 0 | 42 | 3D | 10 | 163 | 3E | 38 |
| Octal | 325 | 111 | 124 | 0 | 102 | 75 | 20 | 543 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1010100 | 0 | 1000010 | 111101 | 10000 | 101100011 | 111110 | 111000 |
Color Harmonies of #D54954
Complementary color
Monochromatic Colors of #D54954
Black with #D54954
Text Example
Text Example
White with #D54954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54954; }
p { color: rgb(213,73,84); }
H1.HeaderClassName
{
color: #D54954;
}
.AnyTagClassName
{
color: #D54954;
}
</style>
background-color css
<style>
a { background-color: #D54954; }
a { background-color: rgb(213,73,84); }
div.DivClassName
{
background-color: #D54954;
}
.BgClassName
{
background-color: #D54954;
}
</style>
border-color css
<style>
span { border-color: #D54954; }
span { border-color: rgb(213,73,84); }
td.TdClassName
{
border-color: #D54954;
}
.TagClassName
{
border-color: #D54954;
}
</style>