Shades of Mandy #D54353
Tints of Mandy #D54353
RGB
CMYK
RGB Variations
Color information
#D54353 (or 0xD54353) is known color: Mandy. HEX triplet: D5, 43 and 53. RGB value is (213,67,83). Sum of RGB (Red+Green+Blue) = 213+67+83=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D54353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54353 is #2ABCAC. Grayscale: #707070. Windows color (decimal): -2800813 or 5456853. OLE color: 5456853.
HSL color Cylindrical-coordinate representation of color #D54353: hue angle of 353.42º 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 #D54353 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 83 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.16 |
| HSL | 353.42º | 0.63% | 0.55% | - |
| HSV(B) | 353.42º | 0.69% | 0.84% | - |
| XYZ | 31.01 | 18.78 | 10.18 | - |
| YUV | 112.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 83 | 0 | 0.69 | 0.61 | 0.16 | 353.42 | 0.63 | 0.55 |
| Hex | D5 | 43 | 53 | 0 | 45 | 3D | 10 | 161 | 3F | 37 |
| Octal | 325 | 103 | 123 | 0 | 105 | 75 | 20 | 541 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1010011 | 0 | 1000101 | 111101 | 10000 | 101100001 | 111111 | 110111 |
Color Harmonies of #D54353
Complementary color
Monochromatic Colors of #D54353
Black with #D54353
Text Example
Text Example
White with #D54353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54353; }
p { color: rgb(213,67,83); }
H1.HeaderClassName
{
color: #D54353;
}
.AnyTagClassName
{
color: #D54353;
}
</style>
background-color css
<style>
a { background-color: #D54353; }
a { background-color: rgb(213,67,83); }
div.DivClassName
{
background-color: #D54353;
}
.BgClassName
{
background-color: #D54353;
}
</style>
border-color css
<style>
span { border-color: #D54353; }
span { border-color: rgb(213,67,83); }
td.TdClassName
{
border-color: #D54353;
}
.TagClassName
{
border-color: #D54353;
}
</style>