Shades of Amaranth #D92152
Tints of Amaranth #D92152
RGB
CMYK
RGB Variations
Color information
#D92152 (or 0xD92152) is known color: Amaranth. HEX triplet: D9, 21 and 52. RGB value is (217,33,82). Sum of RGB (Red+Green+Blue) = 217+33+82=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D92152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92152 is #26DEAD. Grayscale: #5D5D5D. Windows color (decimal): -2547374 or 5382617. OLE color: 5382617.
HSL color Cylindrical-coordinate representation of color #D92152: hue angle of 344.02º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92152 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 82 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.15 |
| HSL | 344.02º | 0.74% | 0.49% | - |
| HSV(B) | 344.02º | 0.85% | 0.85% | - |
| XYZ | 30.68 | 16.45 | 9.54 | - |
| YUV | 93.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 82 | 0 | 0.85 | 0.62 | 0.15 | 344.02 | 0.74 | 0.49 |
| Hex | D9 | 21 | 52 | 0 | 55 | 3E | F | 158 | 4A | 31 |
| Octal | 331 | 41 | 122 | 0 | 125 | 76 | 17 | 530 | 112 | 61 |
| Binary | 11011001 | 100001 | 1010010 | 0 | 1010101 | 111110 | 1111 | 101011000 | 1001010 | 110001 |
Color Harmonies of #D92152
Complementary color
Monochromatic Colors of #D92152
Black with #D92152
Text Example
Text Example
White with #D92152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92152; }
p { color: rgb(217,33,82); }
H1.HeaderClassName
{
color: #D92152;
}
.AnyTagClassName
{
color: #D92152;
}
</style>
background-color css
<style>
a { background-color: #D92152; }
a { background-color: rgb(217,33,82); }
div.DivClassName
{
background-color: #D92152;
}
.BgClassName
{
background-color: #D92152;
}
</style>
border-color css
<style>
span { border-color: #D92152; }
span { border-color: rgb(217,33,82); }
td.TdClassName
{
border-color: #D92152;
}
.TagClassName
{
border-color: #D92152;
}
</style>