Shades of Ruby #DD0972
Tints of Ruby #DD0972
RGB
CMYK
RGB Variations
Color information
#DD0972 (or 0xDD0972) is known color: Ruby. HEX triplet: DD, 09 and 72. RGB value is (221,9,114). Sum of RGB (Red+Green+Blue) = 221+9+114=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0972 is #22F68D. Grayscale: #545454. Windows color (decimal): -2291342 or 7473629. OLE color: 7473629.
HSL color Cylindrical-coordinate representation of color #DD0972: hue angle of 330.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0972 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.13 |
| HSL | 330.28º | 0.92% | 0.45% | - |
| HSV(B) | 330.28º | 0.96% | 0.87% | - |
| XYZ | 32.95 | 16.78 | 17.42 | - |
| YUV | 84.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 114 | 0 | 0.96 | 0.48 | 0.13 | 330.28 | 0.92 | 0.45 |
| Hex | DD | 9 | 72 | 0 | 60 | 30 | D | 14A | 5C | 2D |
| Octal | 335 | 11 | 162 | 0 | 140 | 60 | 15 | 512 | 134 | 55 |
| Binary | 11011101 | 1001 | 1110010 | 0 | 1100000 | 110000 | 1101 | 101001010 | 1011100 | 101101 |
Color Harmonies of #DD0972
Complementary color
Monochromatic Colors of #DD0972
Black with #DD0972
Text Example
Text Example
White with #DD0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0972; }
p { color: rgb(221,9,114); }
H1.HeaderClassName
{
color: #DD0972;
}
.AnyTagClassName
{
color: #DD0972;
}
</style>
background-color css
<style>
a { background-color: #DD0972; }
a { background-color: rgb(221,9,114); }
div.DivClassName
{
background-color: #DD0972;
}
.BgClassName
{
background-color: #DD0972;
}
</style>
border-color css
<style>
span { border-color: #DD0972; }
span { border-color: rgb(221,9,114); }
td.TdClassName
{
border-color: #DD0972;
}
.TagClassName
{
border-color: #DD0972;
}
</style>