Shades of Mandy #D94546
Tints of Mandy #D94546
RGB
CMYK
RGB Variations
Color information
#D94546 (or 0xD94546) is known color: Mandy. HEX triplet: D9, 45 and 46. RGB value is (217,69,70). Sum of RGB (Red+Green+Blue) = 217+69+70=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D94546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94546 is #26BAB9. Grayscale: #717171. Windows color (decimal): -2538170 or 4605401. OLE color: 4605401.
HSL color Cylindrical-coordinate representation of color #D94546: hue angle of 359.59º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94546 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 70 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.15 |
| HSL | 359.59º | 0.66% | 0.56% | - |
| HSV(B) | 359.59º | 0.68% | 0.85% | - |
| XYZ | 31.85 | 19.45 | 7.87 | - |
| YUV | 113.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 70 | 0 | 0.68 | 0.68 | 0.15 | 359.59 | 0.66 | 0.56 |
| Hex | D9 | 45 | 46 | 0 | 44 | 44 | F | 168 | 42 | 38 |
| Octal | 331 | 105 | 106 | 0 | 104 | 104 | 17 | 550 | 102 | 70 |
| Binary | 11011001 | 1000101 | 1000110 | 0 | 1000100 | 1000100 | 1111 | 101101000 | 1000010 | 111000 |
Color Harmonies of #D94546
Complementary color
Monochromatic Colors of #D94546
Black with #D94546
Text Example
Text Example
White with #D94546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94546; }
p { color: rgb(217,69,70); }
H1.HeaderClassName
{
color: #D94546;
}
.AnyTagClassName
{
color: #D94546;
}
</style>
background-color css
<style>
a { background-color: #D94546; }
a { background-color: rgb(217,69,70); }
div.DivClassName
{
background-color: #D94546;
}
.BgClassName
{
background-color: #D94546;
}
</style>
border-color css
<style>
span { border-color: #D94546; }
span { border-color: rgb(217,69,70); }
td.TdClassName
{
border-color: #D94546;
}
.TagClassName
{
border-color: #D94546;
}
</style>