Shades of Amaranth #D83C52
Tints of Amaranth #D83C52
RGB
CMYK
RGB Variations
Color information
#D83C52 (or 0xD83C52) is known color: Amaranth. HEX triplet: D8, 3C and 52. RGB value is (216,60,82). Sum of RGB (Red+Green+Blue) = 216+60+82=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C52 is #27C3AD. Grayscale: #6D6D6D. Windows color (decimal): -2605998 or 5389528. OLE color: 5389528.
HSL color Cylindrical-coordinate representation of color #D83C52: hue angle of 351.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C52 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 82 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.15 |
| HSL | 351.54º | 0.67% | 0.54% | - |
| HSV(B) | 351.54º | 0.72% | 0.85% | - |
| XYZ | 31.46 | 18.44 | 9.88 | - |
| YUV | 109.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 82 | 0 | 0.72 | 0.62 | 0.15 | 351.54 | 0.67 | 0.54 |
| Hex | D8 | 3C | 52 | 0 | 48 | 3E | F | 160 | 43 | 36 |
| Octal | 330 | 74 | 122 | 0 | 110 | 76 | 17 | 540 | 103 | 66 |
| Binary | 11011000 | 111100 | 1010010 | 0 | 1001000 | 111110 | 1111 | 101100000 | 1000011 | 110110 |
Color Harmonies of #D83C52
Complementary color
Monochromatic Colors of #D83C52
Black with #D83C52
Text Example
Text Example
White with #D83C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C52; }
p { color: rgb(216,60,82); }
H1.HeaderClassName
{
color: #D83C52;
}
.AnyTagClassName
{
color: #D83C52;
}
</style>
background-color css
<style>
a { background-color: #D83C52; }
a { background-color: rgb(216,60,82); }
div.DivClassName
{
background-color: #D83C52;
}
.BgClassName
{
background-color: #D83C52;
}
</style>
border-color css
<style>
span { border-color: #D83C52; }
span { border-color: rgb(216,60,82); }
td.TdClassName
{
border-color: #D83C52;
}
.TagClassName
{
border-color: #D83C52;
}
</style>