Shades of Mandy #D54355
Tints of Mandy #D54355
RGB
CMYK
RGB Variations
Color information
#D54355 (or 0xD54355) is known color: Mandy. HEX triplet: D5, 43 and 55. RGB value is (213,67,85). Sum of RGB (Red+Green+Blue) = 213+67+85=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D54355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54355 is #2ABCAA. Grayscale: #707070. Windows color (decimal): -2800811 or 5587925. OLE color: 5587925.
HSL color Cylindrical-coordinate representation of color #D54355: hue angle of 352.6º 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 #D54355 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 85 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.16 |
| HSL | 352.6º | 0.63% | 0.55% | - |
| HSV(B) | 352.6º | 0.69% | 0.84% | - |
| XYZ | 31.09 | 18.82 | 10.59 | - |
| YUV | 112.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 85 | 0 | 0.69 | 0.60 | 0.16 | 352.6 | 0.63 | 0.55 |
| Hex | D5 | 43 | 55 | 0 | 45 | 3C | 10 | 161 | 3F | 37 |
| Octal | 325 | 103 | 125 | 0 | 105 | 74 | 20 | 541 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1010101 | 0 | 1000101 | 111100 | 10000 | 101100001 | 111111 | 110111 |
Color Harmonies of #D54355
Complementary color
Monochromatic Colors of #D54355
Black with #D54355
Text Example
Text Example
White with #D54355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54355; }
p { color: rgb(213,67,85); }
H1.HeaderClassName
{
color: #D54355;
}
.AnyTagClassName
{
color: #D54355;
}
</style>
background-color css
<style>
a { background-color: #D54355; }
a { background-color: rgb(213,67,85); }
div.DivClassName
{
background-color: #D54355;
}
.BgClassName
{
background-color: #D54355;
}
</style>
border-color css
<style>
span { border-color: #D54355; }
span { border-color: rgb(213,67,85); }
td.TdClassName
{
border-color: #D54355;
}
.TagClassName
{
border-color: #D54355;
}
</style>