Shades of Mandy #D74356
Tints of Mandy #D74356
RGB
CMYK
RGB Variations
Color information
#D74356 (or 0xD74356) is known color: Mandy. HEX triplet: D7, 43 and 56. RGB value is (215,67,86). Sum of RGB (Red+Green+Blue) = 215+67+86=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D74356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74356 is #28BCA9. Grayscale: #717171. Windows color (decimal): -2669738 or 5653463. OLE color: 5653463.
HSL color Cylindrical-coordinate representation of color #D74356: hue angle of 352.3º 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 #D74356 is Cyan = 0, Magento = 0.69, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 86 | - |
| CMYK | 0 | 0.69 | 0.6 | 0.16 |
| HSL | 352.3º | 0.65% | 0.55% | - |
| HSV(B) | 352.3º | 0.69% | 0.84% | - |
| XYZ | 31.71 | 19.13 | 10.83 | - |
| YUV | 113.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 86 | 0 | 0.69 | 0.6 | 0.16 | 352.3 | 0.65 | 0.55 |
| Hex | D7 | 43 | 56 | 0 | 45 | 3C | 10 | 160 | 41 | 37 |
| Octal | 327 | 103 | 126 | 0 | 105 | 74 | 20 | 540 | 101 | 67 |
| Binary | 11010111 | 1000011 | 1010110 | 0 | 1000101 | 111100 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D74356
Complementary color
Monochromatic Colors of #D74356
Black with #D74356
Text Example
Text Example
White with #D74356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74356; }
p { color: rgb(215,67,86); }
H1.HeaderClassName
{
color: #D74356;
}
.AnyTagClassName
{
color: #D74356;
}
</style>
background-color css
<style>
a { background-color: #D74356; }
a { background-color: rgb(215,67,86); }
div.DivClassName
{
background-color: #D74356;
}
.BgClassName
{
background-color: #D74356;
}
</style>
border-color css
<style>
span { border-color: #D74356; }
span { border-color: rgb(215,67,86); }
td.TdClassName
{
border-color: #D74356;
}
.TagClassName
{
border-color: #D74356;
}
</style>