Shades of Mandy #D94354
Tints of Mandy #D94354
RGB
CMYK
RGB Variations
Color information
#D94354 (or 0xD94354) is known color: Mandy. HEX triplet: D9, 43 and 54. RGB value is (217,67,84). Sum of RGB (Red+Green+Blue) = 217+67+84=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D94354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94354 is #26BCAB. Grayscale: #717171. Windows color (decimal): -2538668 or 5522393. OLE color: 5522393.
HSL color Cylindrical-coordinate representation of color #D94354: hue angle of 353.2º 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 #D94354 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 84 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.15 |
| HSL | 353.2º | 0.66% | 0.56% | - |
| HSV(B) | 353.2º | 0.69% | 0.85% | - |
| XYZ | 32.22 | 19.41 | 10.43 | - |
| YUV | 113.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 84 | 0 | 0.69 | 0.61 | 0.15 | 353.2 | 0.66 | 0.56 |
| Hex | D9 | 43 | 54 | 0 | 45 | 3D | F | 161 | 42 | 38 |
| Octal | 331 | 103 | 124 | 0 | 105 | 75 | 17 | 541 | 102 | 70 |
| Binary | 11011001 | 1000011 | 1010100 | 0 | 1000101 | 111101 | 1111 | 101100001 | 1000010 | 111000 |
Color Harmonies of #D94354
Complementary color
Monochromatic Colors of #D94354
Black with #D94354
Text Example
Text Example
White with #D94354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94354; }
p { color: rgb(217,67,84); }
H1.HeaderClassName
{
color: #D94354;
}
.AnyTagClassName
{
color: #D94354;
}
</style>
background-color css
<style>
a { background-color: #D94354; }
a { background-color: rgb(217,67,84); }
div.DivClassName
{
background-color: #D94354;
}
.BgClassName
{
background-color: #D94354;
}
</style>
border-color css
<style>
span { border-color: #D94354; }
span { border-color: rgb(217,67,84); }
td.TdClassName
{
border-color: #D94354;
}
.TagClassName
{
border-color: #D94354;
}
</style>