Shades of Mandy #D94258
Tints of Mandy #D94258
RGB
CMYK
RGB Variations
Color information
#D94258 (or 0xD94258) is known color: Mandy. HEX triplet: D9, 42 and 58. RGB value is (217,66,88). Sum of RGB (Red+Green+Blue) = 217+66+88=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D94258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94258 is #26BDA7. Grayscale: #717171. Windows color (decimal): -2538920 or 5784281. OLE color: 5784281.
HSL color Cylindrical-coordinate representation of color #D94258: hue angle of 351.26º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94258 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 88 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.15 |
| HSL | 351.26º | 0.67% | 0.55% | - |
| HSV(B) | 351.26º | 0.7% | 0.85% | - |
| XYZ | 32.32 | 19.35 | 11.26 | - |
| YUV | 113.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 88 | 0 | 0.70 | 0.59 | 0.15 | 351.26 | 0.67 | 0.55 |
| Hex | D9 | 42 | 58 | 0 | 46 | 3B | F | 15F | 43 | 37 |
| Octal | 331 | 102 | 130 | 0 | 106 | 73 | 17 | 537 | 103 | 67 |
| Binary | 11011001 | 1000010 | 1011000 | 0 | 1000110 | 111011 | 1111 | 101011111 | 1000011 | 110111 |
Color Harmonies of #D94258
Complementary color
Monochromatic Colors of #D94258
Black with #D94258
Text Example
Text Example
White with #D94258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94258; }
p { color: rgb(217,66,88); }
H1.HeaderClassName
{
color: #D94258;
}
.AnyTagClassName
{
color: #D94258;
}
</style>
background-color css
<style>
a { background-color: #D94258; }
a { background-color: rgb(217,66,88); }
div.DivClassName
{
background-color: #D94258;
}
.BgClassName
{
background-color: #D94258;
}
</style>
border-color css
<style>
span { border-color: #D94258; }
span { border-color: rgb(217,66,88); }
td.TdClassName
{
border-color: #D94258;
}
.TagClassName
{
border-color: #D94258;
}
</style>