Shades of Ruby #DD1572
Tints of Ruby #DD1572
RGB
CMYK
RGB Variations
Color information
#DD1572 (or 0xDD1572) is known color: Ruby. HEX triplet: DD, 15 and 72. RGB value is (221,21,114). Sum of RGB (Red+Green+Blue) = 221+21+114=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1572 is #22EA8D. Grayscale: #5B5B5B. Windows color (decimal): -2288270 or 7476701. OLE color: 7476701.
HSL color Cylindrical-coordinate representation of color #DD1572: hue angle of 332.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1572 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 114 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.13 |
| HSL | 332.1º | 0.83% | 0.47% | - |
| HSV(B) | 332.1º | 0.9% | 0.87% | - |
| XYZ | 33.12 | 17.12 | 17.48 | - |
| YUV | 91.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 114 | 0 | 0.90 | 0.48 | 0.13 | 332.1 | 0.83 | 0.47 |
| Hex | DD | 15 | 72 | 0 | 5A | 30 | D | 14C | 53 | 2F |
| Octal | 335 | 25 | 162 | 0 | 132 | 60 | 15 | 514 | 123 | 57 |
| Binary | 11011101 | 10101 | 1110010 | 0 | 1011010 | 110000 | 1101 | 101001100 | 1010011 | 101111 |
Color Harmonies of #DD1572
Complementary color
Monochromatic Colors of #DD1572
Black with #DD1572
Text Example
Text Example
White with #DD1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1572; }
p { color: rgb(221,21,114); }
H1.HeaderClassName
{
color: #DD1572;
}
.AnyTagClassName
{
color: #DD1572;
}
</style>
background-color css
<style>
a { background-color: #DD1572; }
a { background-color: rgb(221,21,114); }
div.DivClassName
{
background-color: #DD1572;
}
.BgClassName
{
background-color: #DD1572;
}
</style>
border-color css
<style>
span { border-color: #DD1572; }
span { border-color: rgb(221,21,114); }
td.TdClassName
{
border-color: #DD1572;
}
.TagClassName
{
border-color: #DD1572;
}
</style>