Shades of Ruby #DD1C54
Tints of Ruby #DD1C54
RGB
CMYK
RGB Variations
Color information
#DD1C54 (or 0xDD1C54) is known color: Ruby. HEX triplet: DD, 1C and 54. RGB value is (221,28,84). Sum of RGB (Red+Green+Blue) = 221+28+84=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C54 is #22E3AB. Grayscale: #5C5C5C. Windows color (decimal): -2286508 or 5512413. OLE color: 5512413.
HSL color Cylindrical-coordinate representation of color #DD1C54: hue angle of 342.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C54 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 84 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.13 |
| HSL | 342.59º | 0.78% | 0.49% | - |
| HSV(B) | 342.59º | 0.87% | 0.87% | - |
| XYZ | 31.83 | 16.84 | 9.96 | - |
| YUV | 92.09 | 123.44 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 84 | 0 | 0.87 | 0.62 | 0.13 | 342.59 | 0.78 | 0.49 |
| Hex | DD | 1C | 54 | 0 | 57 | 3E | D | 157 | 4E | 31 |
| Octal | 335 | 34 | 124 | 0 | 127 | 76 | 15 | 527 | 116 | 61 |
| Binary | 11011101 | 11100 | 1010100 | 0 | 1010111 | 111110 | 1101 | 101010111 | 1001110 | 110001 |
Color Harmonies of #DD1C54
Complementary color
Monochromatic Colors of #DD1C54
Black with #DD1C54
Text Example
Text Example
White with #DD1C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C54; }
p { color: rgb(221,28,84); }
H1.HeaderClassName
{
color: #DD1C54;
}
.AnyTagClassName
{
color: #DD1C54;
}
</style>
background-color css
<style>
a { background-color: #DD1C54; }
a { background-color: rgb(221,28,84); }
div.DivClassName
{
background-color: #DD1C54;
}
.BgClassName
{
background-color: #DD1C54;
}
</style>
border-color css
<style>
span { border-color: #DD1C54; }
span { border-color: rgb(221,28,84); }
td.TdClassName
{
border-color: #DD1C54;
}
.TagClassName
{
border-color: #DD1C54;
}
</style>