Shades of Ruby #DD1468
Tints of Ruby #DD1468
RGB
CMYK
RGB Variations
Color information
#DD1468 (or 0xDD1468) is known color: Ruby. HEX triplet: DD, 14 and 68. RGB value is (221,20,104). Sum of RGB (Red+Green+Blue) = 221+20+104=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1468 is #22EB97. Grayscale: #595959. Windows color (decimal): -2288536 or 6821085. OLE color: 6821085.
HSL color Cylindrical-coordinate representation of color #DD1468: hue angle of 334.93º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1468 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 104 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.13 |
| HSL | 334.93º | 0.83% | 0.47% | - |
| HSV(B) | 334.93º | 0.91% | 0.87% | - |
| XYZ | 32.57 | 16.87 | 14.64 | - |
| YUV | 89.68 | 136.09 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 104 | 0 | 0.91 | 0.53 | 0.13 | 334.93 | 0.83 | 0.47 |
| Hex | DD | 14 | 68 | 0 | 5B | 35 | D | 14F | 53 | 2F |
| Octal | 335 | 24 | 150 | 0 | 133 | 65 | 15 | 517 | 123 | 57 |
| Binary | 11011101 | 10100 | 1101000 | 0 | 1011011 | 110101 | 1101 | 101001111 | 1010011 | 101111 |
Color Harmonies of #DD1468
Complementary color
Monochromatic Colors of #DD1468
Black with #DD1468
Text Example
Text Example
White with #DD1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1468; }
p { color: rgb(221,20,104); }
H1.HeaderClassName
{
color: #DD1468;
}
.AnyTagClassName
{
color: #DD1468;
}
</style>
background-color css
<style>
a { background-color: #DD1468; }
a { background-color: rgb(221,20,104); }
div.DivClassName
{
background-color: #DD1468;
}
.BgClassName
{
background-color: #DD1468;
}
</style>
border-color css
<style>
span { border-color: #DD1468; }
span { border-color: rgb(221,20,104); }
td.TdClassName
{
border-color: #DD1468;
}
.TagClassName
{
border-color: #DD1468;
}
</style>