Shades of Mandy #D94455
Tints of Mandy #D94455
RGB
CMYK
RGB Variations
Color information
#D94455 (or 0xD94455) is known color: Mandy. HEX triplet: D9, 44 and 55. RGB value is (217,68,85). Sum of RGB (Red+Green+Blue) = 217+68+85=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D94455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94455 is #26BBAA. Grayscale: #727272. Windows color (decimal): -2538411 or 5588185. OLE color: 5588185.
HSL color Cylindrical-coordinate representation of color #D94455: hue angle of 353.15º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94455 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 85 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.15 |
| HSL | 353.15º | 0.66% | 0.56% | - |
| HSV(B) | 353.15º | 0.69% | 0.85% | - |
| XYZ | 32.32 | 19.54 | 10.66 | - |
| YUV | 114.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 85 | 0 | 0.69 | 0.61 | 0.15 | 353.15 | 0.66 | 0.56 |
| Hex | D9 | 44 | 55 | 0 | 45 | 3D | F | 161 | 42 | 38 |
| Octal | 331 | 104 | 125 | 0 | 105 | 75 | 17 | 541 | 102 | 70 |
| Binary | 11011001 | 1000100 | 1010101 | 0 | 1000101 | 111101 | 1111 | 101100001 | 1000010 | 111000 |
Color Harmonies of #D94455
Complementary color
Monochromatic Colors of #D94455
Black with #D94455
Text Example
Text Example
White with #D94455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94455; }
p { color: rgb(217,68,85); }
H1.HeaderClassName
{
color: #D94455;
}
.AnyTagClassName
{
color: #D94455;
}
</style>
background-color css
<style>
a { background-color: #D94455; }
a { background-color: rgb(217,68,85); }
div.DivClassName
{
background-color: #D94455;
}
.BgClassName
{
background-color: #D94455;
}
</style>
border-color css
<style>
span { border-color: #D94455; }
span { border-color: rgb(217,68,85); }
td.TdClassName
{
border-color: #D94455;
}
.TagClassName
{
border-color: #D94455;
}
</style>