Shades of Ruby #DD1E6E
Tints of Ruby #DD1E6E
RGB
CMYK
RGB Variations
Color information
#DD1E6E (or 0xDD1E6E) is known color: Ruby. HEX triplet: DD, 1E and 6E. RGB value is (221,30,110). Sum of RGB (Red+Green+Blue) = 221+30+110=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E6E is #22E191. Grayscale: #606060. Windows color (decimal): -2285970 or 7216861. OLE color: 7216861.
HSL color Cylindrical-coordinate representation of color #DD1E6E: hue angle of 334.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E6E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 110 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.13 |
| HSL | 334.87º | 0.76% | 0.49% | - |
| HSV(B) | 334.87º | 0.86% | 0.87% | - |
| XYZ | 33.1 | 17.43 | 16.37 | - |
| YUV | 96.23 | 135.78 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 110 | 0 | 0.86 | 0.50 | 0.13 | 334.87 | 0.76 | 0.49 |
| Hex | DD | 1E | 6E | 0 | 56 | 32 | D | 14F | 4C | 31 |
| Octal | 335 | 36 | 156 | 0 | 126 | 62 | 15 | 517 | 114 | 61 |
| Binary | 11011101 | 11110 | 1101110 | 0 | 1010110 | 110010 | 1101 | 101001111 | 1001100 | 110001 |
Color Harmonies of #DD1E6E
Complementary color
Monochromatic Colors of #DD1E6E
Black with #DD1E6E
Text Example
Text Example
White with #DD1E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E6E; }
p { color: rgb(221,30,110); }
H1.HeaderClassName
{
color: #DD1E6E;
}
.AnyTagClassName
{
color: #DD1E6E;
}
</style>
background-color css
<style>
a { background-color: #DD1E6E; }
a { background-color: rgb(221,30,110); }
div.DivClassName
{
background-color: #DD1E6E;
}
.BgClassName
{
background-color: #DD1E6E;
}
</style>
border-color css
<style>
span { border-color: #DD1E6E; }
span { border-color: rgb(221,30,110); }
td.TdClassName
{
border-color: #DD1E6E;
}
.TagClassName
{
border-color: #DD1E6E;
}
</style>