Shades of Ruby #DD0372
Tints of Ruby #DD0372
RGB
CMYK
RGB Variations
Color information
#DD0372 (or 0xDD0372) is known color: Ruby. HEX triplet: DD, 03 and 72. RGB value is (221,3,114). Sum of RGB (Red+Green+Blue) = 221+3+114=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0372 is #22FC8D. Grayscale: #505050. Windows color (decimal): -2292878 or 7472093. OLE color: 7472093.
HSL color Cylindrical-coordinate representation of color #DD0372: hue angle of 329.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0372 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.13 |
| HSL | 329.45º | 0.97% | 0.44% | - |
| HSV(B) | 329.45º | 0.99% | 0.87% | - |
| XYZ | 32.89 | 16.65 | 17.4 | - |
| YUV | 80.84 | 146.72 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 114 | 0 | 0.99 | 0.48 | 0.13 | 329.45 | 0.97 | 0.44 |
| Hex | DD | 3 | 72 | 0 | 63 | 30 | D | 149 | 61 | 2C |
| Octal | 335 | 3 | 162 | 0 | 143 | 60 | 15 | 511 | 141 | 54 |
| Binary | 11011101 | 11 | 1110010 | 0 | 1100011 | 110000 | 1101 | 101001001 | 1100001 | 101100 |
Color Harmonies of #DD0372
Complementary color
Monochromatic Colors of #DD0372
Black with #DD0372
Text Example
Text Example
White with #DD0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0372; }
p { color: rgb(221,3,114); }
H1.HeaderClassName
{
color: #DD0372;
}
.AnyTagClassName
{
color: #DD0372;
}
</style>
background-color css
<style>
a { background-color: #DD0372; }
a { background-color: rgb(221,3,114); }
div.DivClassName
{
background-color: #DD0372;
}
.BgClassName
{
background-color: #DD0372;
}
</style>
border-color css
<style>
span { border-color: #DD0372; }
span { border-color: rgb(221,3,114); }
td.TdClassName
{
border-color: #DD0372;
}
.TagClassName
{
border-color: #DD0372;
}
</style>