Shades of Amaranth #D2254E
Tints of Amaranth #D2254E
RGB
CMYK
RGB Variations
Color information
#D2254E (or 0xD2254E) is known color: Amaranth. HEX triplet: D2, 25 and 4E. RGB value is (210,37,78). Sum of RGB (Red+Green+Blue) = 210+37+78=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2254E is #2DDAB1. Grayscale: #5D5D5D. Windows color (decimal): -3005106 or 5121490. OLE color: 5121490.
HSL color Cylindrical-coordinate representation of color #D2254E: hue angle of 345.78º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2254E is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 78 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.18 |
| HSL | 345.78º | 0.7% | 0.48% | - |
| HSV(B) | 345.78º | 0.82% | 0.82% | - |
| XYZ | 28.62 | 15.57 | 8.71 | - |
| YUV | 93.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 78 | 0 | 0.82 | 0.63 | 0.18 | 345.78 | 0.7 | 0.48 |
| Hex | D2 | 25 | 4E | 0 | 52 | 3F | 12 | 15A | 46 | 30 |
| Octal | 322 | 45 | 116 | 0 | 122 | 77 | 22 | 532 | 106 | 60 |
| Binary | 11010010 | 100101 | 1001110 | 0 | 1010010 | 111111 | 10010 | 101011010 | 1000110 | 110000 |
Color Harmonies of #D2254E
Complementary color
Monochromatic Colors of #D2254E
Black with #D2254E
Text Example
Text Example
White with #D2254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2254E; }
p { color: rgb(210,37,78); }
H1.HeaderClassName
{
color: #D2254E;
}
.AnyTagClassName
{
color: #D2254E;
}
</style>
background-color css
<style>
a { background-color: #D2254E; }
a { background-color: rgb(210,37,78); }
div.DivClassName
{
background-color: #D2254E;
}
.BgClassName
{
background-color: #D2254E;
}
</style>
border-color css
<style>
span { border-color: #D2254E; }
span { border-color: rgb(210,37,78); }
td.TdClassName
{
border-color: #D2254E;
}
.TagClassName
{
border-color: #D2254E;
}
</style>