Shades of Mandy #D74258
Tints of Mandy #D74258
RGB
CMYK
RGB Variations
Color information
#D74258 (or 0xD74258) is known color: Mandy. HEX triplet: D7, 42 and 58. RGB value is (215,66,88). Sum of RGB (Red+Green+Blue) = 215+66+88=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D74258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74258 is #28BDA7. Grayscale: #717171. Windows color (decimal): -2669992 or 5784279. OLE color: 5784279.
HSL color Cylindrical-coordinate representation of color #D74258: hue angle of 351.14º 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 #D74258 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 88 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.16 |
| HSL | 351.14º | 0.65% | 0.55% | - |
| HSV(B) | 351.14º | 0.69% | 0.84% | - |
| XYZ | 31.73 | 19.05 | 11.24 | - |
| YUV | 113.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 88 | 0 | 0.69 | 0.59 | 0.16 | 351.14 | 0.65 | 0.55 |
| Hex | D7 | 42 | 58 | 0 | 45 | 3B | 10 | 15F | 41 | 37 |
| Octal | 327 | 102 | 130 | 0 | 105 | 73 | 20 | 537 | 101 | 67 |
| Binary | 11010111 | 1000010 | 1011000 | 0 | 1000101 | 111011 | 10000 | 101011111 | 1000001 | 110111 |
Color Harmonies of #D74258
Complementary color
Monochromatic Colors of #D74258
Black with #D74258
Text Example
Text Example
White with #D74258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74258; }
p { color: rgb(215,66,88); }
H1.HeaderClassName
{
color: #D74258;
}
.AnyTagClassName
{
color: #D74258;
}
</style>
background-color css
<style>
a { background-color: #D74258; }
a { background-color: rgb(215,66,88); }
div.DivClassName
{
background-color: #D74258;
}
.BgClassName
{
background-color: #D74258;
}
</style>
border-color css
<style>
span { border-color: #D74258; }
span { border-color: rgb(215,66,88); }
td.TdClassName
{
border-color: #D74258;
}
.TagClassName
{
border-color: #D74258;
}
</style>