Shades of Ruby #DD1E72
Tints of Ruby #DD1E72
RGB
CMYK
RGB Variations
Color information
#DD1E72 (or 0xDD1E72) is known color: Ruby. HEX triplet: DD, 1E and 72. RGB value is (221,30,114). Sum of RGB (Red+Green+Blue) = 221+30+114=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E72 is #22E18D. Grayscale: #606060. Windows color (decimal): -2285966 or 7479005. OLE color: 7479005.
HSL color Cylindrical-coordinate representation of color #DD1E72: hue angle of 333.61º 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 #DD1E72 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 114 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.13 |
| HSL | 333.61º | 0.76% | 0.49% | - |
| HSV(B) | 333.61º | 0.86% | 0.87% | - |
| XYZ | 33.32 | 17.52 | 17.54 | - |
| YUV | 96.69 | 137.78 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 114 | 0 | 0.86 | 0.48 | 0.13 | 333.61 | 0.76 | 0.49 |
| Hex | DD | 1E | 72 | 0 | 56 | 30 | D | 14E | 4C | 31 |
| Octal | 335 | 36 | 162 | 0 | 126 | 60 | 15 | 516 | 114 | 61 |
| Binary | 11011101 | 11110 | 1110010 | 0 | 1010110 | 110000 | 1101 | 101001110 | 1001100 | 110001 |
Color Harmonies of #DD1E72
Complementary color
Monochromatic Colors of #DD1E72
Black with #DD1E72
Text Example
Text Example
White with #DD1E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E72; }
p { color: rgb(221,30,114); }
H1.HeaderClassName
{
color: #DD1E72;
}
.AnyTagClassName
{
color: #DD1E72;
}
</style>
background-color css
<style>
a { background-color: #DD1E72; }
a { background-color: rgb(221,30,114); }
div.DivClassName
{
background-color: #DD1E72;
}
.BgClassName
{
background-color: #DD1E72;
}
</style>
border-color css
<style>
span { border-color: #DD1E72; }
span { border-color: rgb(221,30,114); }
td.TdClassName
{
border-color: #DD1E72;
}
.TagClassName
{
border-color: #DD1E72;
}
</style>