Shades of Amaranth #D83248
Tints of Amaranth #D83248
RGB
CMYK
RGB Variations
Color information
#D83248 (or 0xD83248) is known color: Amaranth. HEX triplet: D8, 32 and 48. RGB value is (216,50,72). Sum of RGB (Red+Green+Blue) = 216+50+72=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D83248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83248 is #27CDB7. Grayscale: #666666. Windows color (decimal): -2608568 or 4731608. OLE color: 4731608.
HSL color Cylindrical-coordinate representation of color #D83248: hue angle of 352.05º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83248 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 72 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.15 |
| HSL | 352.05º | 0.68% | 0.52% | - |
| HSV(B) | 352.05º | 0.77% | 0.85% | - |
| XYZ | 30.63 | 17.35 | 7.87 | - |
| YUV | 102.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 72 | 0 | 0.77 | 0.67 | 0.15 | 352.05 | 0.68 | 0.52 |
| Hex | D8 | 32 | 48 | 0 | 4D | 43 | F | 160 | 44 | 34 |
| Octal | 330 | 62 | 110 | 0 | 115 | 103 | 17 | 540 | 104 | 64 |
| Binary | 11011000 | 110010 | 1001000 | 0 | 1001101 | 1000011 | 1111 | 101100000 | 1000100 | 110100 |
Color Harmonies of #D83248
Complementary color
Monochromatic Colors of #D83248
Black with #D83248
Text Example
Text Example
White with #D83248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83248; }
p { color: rgb(216,50,72); }
H1.HeaderClassName
{
color: #D83248;
}
.AnyTagClassName
{
color: #D83248;
}
</style>
background-color css
<style>
a { background-color: #D83248; }
a { background-color: rgb(216,50,72); }
div.DivClassName
{
background-color: #D83248;
}
.BgClassName
{
background-color: #D83248;
}
</style>
border-color css
<style>
span { border-color: #D83248; }
span { border-color: rgb(216,50,72); }
td.TdClassName
{
border-color: #D83248;
}
.TagClassName
{
border-color: #D83248;
}
</style>