Shades of Mandy #D54350
Tints of Mandy #D54350
RGB
CMYK
RGB Variations
Color information
#D54350 (or 0xD54350) is known color: Mandy. HEX triplet: D5, 43 and 50. RGB value is (213,67,80). Sum of RGB (Red+Green+Blue) = 213+67+80=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D54350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54350 is #2ABCAF. Grayscale: #707070. Windows color (decimal): -2800816 or 5260245. OLE color: 5260245.
HSL color Cylindrical-coordinate representation of color #D54350: hue angle of 354.66º 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 #D54350 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 80 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.16 |
| HSL | 354.66º | 0.63% | 0.55% | - |
| HSV(B) | 354.66º | 0.69% | 0.84% | - |
| XYZ | 30.9 | 18.74 | 9.58 | - |
| YUV | 112.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 80 | 0 | 0.69 | 0.62 | 0.16 | 354.66 | 0.63 | 0.55 |
| Hex | D5 | 43 | 50 | 0 | 45 | 3E | 10 | 163 | 3F | 37 |
| Octal | 325 | 103 | 120 | 0 | 105 | 76 | 20 | 543 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1010000 | 0 | 1000101 | 111110 | 10000 | 101100011 | 111111 | 110111 |
Color Harmonies of #D54350
Complementary color
Monochromatic Colors of #D54350
Black with #D54350
Text Example
Text Example
White with #D54350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54350; }
p { color: rgb(213,67,80); }
H1.HeaderClassName
{
color: #D54350;
}
.AnyTagClassName
{
color: #D54350;
}
</style>
background-color css
<style>
a { background-color: #D54350; }
a { background-color: rgb(213,67,80); }
div.DivClassName
{
background-color: #D54350;
}
.BgClassName
{
background-color: #D54350;
}
</style>
border-color css
<style>
span { border-color: #D54350; }
span { border-color: rgb(213,67,80); }
td.TdClassName
{
border-color: #D54350;
}
.TagClassName
{
border-color: #D54350;
}
</style>