Shades of Ruby #DD1568
Tints of Ruby #DD1568
RGB
CMYK
RGB Variations
Color information
#DD1568 (or 0xDD1568) is known color: Ruby. HEX triplet: DD, 15 and 68. RGB value is (221,21,104). Sum of RGB (Red+Green+Blue) = 221+21+104=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1568 is #22EA97. Grayscale: #5A5A5A. Windows color (decimal): -2288280 or 6821341. OLE color: 6821341.
HSL color Cylindrical-coordinate representation of color #DD1568: hue angle of 335.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 #DD1568 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 104 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.13 |
| HSL | 335.1º | 0.83% | 0.47% | - |
| HSV(B) | 335.1º | 0.9% | 0.87% | - |
| XYZ | 32.59 | 16.91 | 14.64 | - |
| YUV | 90.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 104 | 0 | 0.90 | 0.53 | 0.13 | 335.1 | 0.83 | 0.47 |
| Hex | DD | 15 | 68 | 0 | 5A | 35 | D | 14F | 53 | 2F |
| Octal | 335 | 25 | 150 | 0 | 132 | 65 | 15 | 517 | 123 | 57 |
| Binary | 11011101 | 10101 | 1101000 | 0 | 1011010 | 110101 | 1101 | 101001111 | 1010011 | 101111 |
Color Harmonies of #DD1568
Complementary color
Monochromatic Colors of #DD1568
Black with #DD1568
Text Example
Text Example
White with #DD1568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1568; }
p { color: rgb(221,21,104); }
H1.HeaderClassName
{
color: #DD1568;
}
.AnyTagClassName
{
color: #DD1568;
}
</style>
background-color css
<style>
a { background-color: #DD1568; }
a { background-color: rgb(221,21,104); }
div.DivClassName
{
background-color: #DD1568;
}
.BgClassName
{
background-color: #DD1568;
}
</style>
border-color css
<style>
span { border-color: #DD1568; }
span { border-color: rgb(221,21,104); }
td.TdClassName
{
border-color: #DD1568;
}
.TagClassName
{
border-color: #DD1568;
}
</style>