Shades of Mandy #D74255
Tints of Mandy #D74255
RGB
CMYK
RGB Variations
Color information
#D74255 (or 0xD74255) is known color: Mandy. HEX triplet: D7, 42 and 55. RGB value is (215,66,85). Sum of RGB (Red+Green+Blue) = 215+66+85=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D74255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74255 is #28BDAA. Grayscale: #707070. Windows color (decimal): -2669995 or 5587671. OLE color: 5587671.
HSL color Cylindrical-coordinate representation of color #D74255: hue angle of 352.35º 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 #D74255 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 85 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.16 |
| HSL | 352.35º | 0.65% | 0.55% | - |
| HSV(B) | 352.35º | 0.69% | 0.84% | - |
| XYZ | 31.61 | 19 | 10.6 | - |
| YUV | 112.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 85 | 0 | 0.69 | 0.60 | 0.16 | 352.35 | 0.65 | 0.55 |
| Hex | D7 | 42 | 55 | 0 | 45 | 3C | 10 | 160 | 41 | 37 |
| Octal | 327 | 102 | 125 | 0 | 105 | 74 | 20 | 540 | 101 | 67 |
| Binary | 11010111 | 1000010 | 1010101 | 0 | 1000101 | 111100 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D74255
Complementary color
Monochromatic Colors of #D74255
Black with #D74255
Text Example
Text Example
White with #D74255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74255; }
p { color: rgb(215,66,85); }
H1.HeaderClassName
{
color: #D74255;
}
.AnyTagClassName
{
color: #D74255;
}
</style>
background-color css
<style>
a { background-color: #D74255; }
a { background-color: rgb(215,66,85); }
div.DivClassName
{
background-color: #D74255;
}
.BgClassName
{
background-color: #D74255;
}
</style>
border-color css
<style>
span { border-color: #D74255; }
span { border-color: rgb(215,66,85); }
td.TdClassName
{
border-color: #D74255;
}
.TagClassName
{
border-color: #D74255;
}
</style>