Shades of Amaranth #D93852
Tints of Amaranth #D93852
RGB
CMYK
RGB Variations
Color information
#D93852 (or 0xD93852) is known color: Amaranth. HEX triplet: D9, 38 and 52. RGB value is (217,56,82). Sum of RGB (Red+Green+Blue) = 217+56+82=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D93852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93852 is #26C7AD. Grayscale: #6B6B6B. Windows color (decimal): -2541486 or 5388505. OLE color: 5388505.
HSL color Cylindrical-coordinate representation of color #D93852: hue angle of 350.31º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93852 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 82 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.15 |
| HSL | 350.31º | 0.68% | 0.54% | - |
| HSV(B) | 350.31º | 0.74% | 0.85% | - |
| XYZ | 31.55 | 18.19 | 9.83 | - |
| YUV | 107.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 82 | 0 | 0.74 | 0.62 | 0.15 | 350.31 | 0.68 | 0.54 |
| Hex | D9 | 38 | 52 | 0 | 4A | 3E | F | 15E | 44 | 36 |
| Octal | 331 | 70 | 122 | 0 | 112 | 76 | 17 | 536 | 104 | 66 |
| Binary | 11011001 | 111000 | 1010010 | 0 | 1001010 | 111110 | 1111 | 101011110 | 1000100 | 110110 |
Color Harmonies of #D93852
Complementary color
Monochromatic Colors of #D93852
Black with #D93852
Text Example
Text Example
White with #D93852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93852; }
p { color: rgb(217,56,82); }
H1.HeaderClassName
{
color: #D93852;
}
.AnyTagClassName
{
color: #D93852;
}
</style>
background-color css
<style>
a { background-color: #D93852; }
a { background-color: rgb(217,56,82); }
div.DivClassName
{
background-color: #D93852;
}
.BgClassName
{
background-color: #D93852;
}
</style>
border-color css
<style>
span { border-color: #D93852; }
span { border-color: rgb(217,56,82); }
td.TdClassName
{
border-color: #D93852;
}
.TagClassName
{
border-color: #D93852;
}
</style>