Shades of Mandy #D74353
Tints of Mandy #D74353
RGB
CMYK
RGB Variations
Color information
#D74353 (or 0xD74353) is known color: Mandy. HEX triplet: D7, 43 and 53. RGB value is (215,67,83). Sum of RGB (Red+Green+Blue) = 215+67+83=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D74353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74353 is #28BCAC. Grayscale: #717171. Windows color (decimal): -2669741 or 5456855. OLE color: 5456855.
HSL color Cylindrical-coordinate representation of color #D74353: hue angle of 353.51º degrees, saturation: 0.65, 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 #D74353 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 83 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.16 |
| HSL | 353.51º | 0.65% | 0.55% | - |
| HSV(B) | 353.51º | 0.69% | 0.84% | - |
| XYZ | 31.59 | 19.09 | 10.2 | - |
| YUV | 113.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 83 | 0 | 0.69 | 0.61 | 0.16 | 353.51 | 0.65 | 0.55 |
| Hex | D7 | 43 | 53 | 0 | 45 | 3D | 10 | 162 | 41 | 37 |
| Octal | 327 | 103 | 123 | 0 | 105 | 75 | 20 | 542 | 101 | 67 |
| Binary | 11010111 | 1000011 | 1010011 | 0 | 1000101 | 111101 | 10000 | 101100010 | 1000001 | 110111 |
Color Harmonies of #D74353
Complementary color
Monochromatic Colors of #D74353
Black with #D74353
Text Example
Text Example
White with #D74353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74353; }
p { color: rgb(215,67,83); }
H1.HeaderClassName
{
color: #D74353;
}
.AnyTagClassName
{
color: #D74353;
}
</style>
background-color css
<style>
a { background-color: #D74353; }
a { background-color: rgb(215,67,83); }
div.DivClassName
{
background-color: #D74353;
}
.BgClassName
{
background-color: #D74353;
}
</style>
border-color css
<style>
span { border-color: #D74353; }
span { border-color: rgb(215,67,83); }
td.TdClassName
{
border-color: #D74353;
}
.TagClassName
{
border-color: #D74353;
}
</style>