Shades of Amaranth #D2264F
Tints of Amaranth #D2264F
RGB
CMYK
RGB Variations
Color information
#D2264F (or 0xD2264F) is known color: Amaranth. HEX triplet: D2, 26 and 4F. RGB value is (210,38,79). Sum of RGB (Red+Green+Blue) = 210+38+79=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2264F is #2DD9B0. Grayscale: #5E5E5E. Windows color (decimal): -3004849 or 5187282. OLE color: 5187282.
HSL color Cylindrical-coordinate representation of color #D2264F: hue angle of 345.7º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2264F is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 79 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.18 |
| HSL | 345.7º | 0.69% | 0.49% | - |
| HSV(B) | 345.7º | 0.82% | 0.82% | - |
| XYZ | 28.68 | 15.65 | 8.91 | - |
| YUV | 94.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 79 | 0 | 0.82 | 0.62 | 0.18 | 345.7 | 0.69 | 0.49 |
| Hex | D2 | 26 | 4F | 0 | 52 | 3E | 12 | 15A | 45 | 31 |
| Octal | 322 | 46 | 117 | 0 | 122 | 76 | 22 | 532 | 105 | 61 |
| Binary | 11010010 | 100110 | 1001111 | 0 | 1010010 | 111110 | 10010 | 101011010 | 1000101 | 110001 |
Color Harmonies of #D2264F
Complementary color
Monochromatic Colors of #D2264F
Black with #D2264F
Text Example
Text Example
White with #D2264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2264F; }
p { color: rgb(210,38,79); }
H1.HeaderClassName
{
color: #D2264F;
}
.AnyTagClassName
{
color: #D2264F;
}
</style>
background-color css
<style>
a { background-color: #D2264F; }
a { background-color: rgb(210,38,79); }
div.DivClassName
{
background-color: #D2264F;
}
.BgClassName
{
background-color: #D2264F;
}
</style>
border-color css
<style>
span { border-color: #D2264F; }
span { border-color: rgb(210,38,79); }
td.TdClassName
{
border-color: #D2264F;
}
.TagClassName
{
border-color: #D2264F;
}
</style>