Shades of Amaranth #D93F52
Tints of Amaranth #D93F52
RGB
CMYK
RGB Variations
Color information
#D93F52 (or 0xD93F52) is known color: Amaranth. HEX triplet: D9, 3F and 52. RGB value is (217,63,82). Sum of RGB (Red+Green+Blue) = 217+63+82=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F52 is #26C0AD. Grayscale: #6F6F6F. Windows color (decimal): -2539694 or 5390297. OLE color: 5390297.
HSL color Cylindrical-coordinate representation of color #D93F52: hue angle of 352.6º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93F52 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 82 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.15 |
| HSL | 352.6º | 0.67% | 0.55% | - |
| HSV(B) | 352.6º | 0.71% | 0.85% | - |
| XYZ | 31.92 | 18.92 | 9.95 | - |
| YUV | 111.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 82 | 0 | 0.71 | 0.62 | 0.15 | 352.6 | 0.67 | 0.55 |
| Hex | D9 | 3F | 52 | 0 | 47 | 3E | F | 161 | 43 | 37 |
| Octal | 331 | 77 | 122 | 0 | 107 | 76 | 17 | 541 | 103 | 67 |
| Binary | 11011001 | 111111 | 1010010 | 0 | 1000111 | 111110 | 1111 | 101100001 | 1000011 | 110111 |
Color Harmonies of #D93F52
Complementary color
Monochromatic Colors of #D93F52
Black with #D93F52
Text Example
Text Example
White with #D93F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F52; }
p { color: rgb(217,63,82); }
H1.HeaderClassName
{
color: #D93F52;
}
.AnyTagClassName
{
color: #D93F52;
}
</style>
background-color css
<style>
a { background-color: #D93F52; }
a { background-color: rgb(217,63,82); }
div.DivClassName
{
background-color: #D93F52;
}
.BgClassName
{
background-color: #D93F52;
}
</style>
border-color css
<style>
span { border-color: #D93F52; }
span { border-color: rgb(217,63,82); }
td.TdClassName
{
border-color: #D93F52;
}
.TagClassName
{
border-color: #D93F52;
}
</style>