Shades of Ruby #DD1672
Tints of Ruby #DD1672
RGB
CMYK
RGB Variations
Color information
#DD1672 (or 0xDD1672) is known color: Ruby. HEX triplet: DD, 16 and 72. RGB value is (221,22,114). Sum of RGB (Red+Green+Blue) = 221+22+114=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1672 is #22E98D. Grayscale: #5B5B5B. Windows color (decimal): -2288014 or 7476957. OLE color: 7476957.
HSL color Cylindrical-coordinate representation of color #DD1672: hue angle of 332.26º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1672 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 114 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.13 |
| HSL | 332.26º | 0.82% | 0.48% | - |
| HSV(B) | 332.26º | 0.9% | 0.87% | - |
| XYZ | 33.14 | 17.16 | 17.49 | - |
| YUV | 91.99 | 140.43 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 114 | 0 | 0.90 | 0.48 | 0.13 | 332.26 | 0.82 | 0.48 |
| Hex | DD | 16 | 72 | 0 | 5A | 30 | D | 14C | 52 | 30 |
| Octal | 335 | 26 | 162 | 0 | 132 | 60 | 15 | 514 | 122 | 60 |
| Binary | 11011101 | 10110 | 1110010 | 0 | 1011010 | 110000 | 1101 | 101001100 | 1010010 | 110000 |
Color Harmonies of #DD1672
Complementary color
Monochromatic Colors of #DD1672
Black with #DD1672
Text Example
Text Example
White with #DD1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1672; }
p { color: rgb(221,22,114); }
H1.HeaderClassName
{
color: #DD1672;
}
.AnyTagClassName
{
color: #DD1672;
}
</style>
background-color css
<style>
a { background-color: #DD1672; }
a { background-color: rgb(221,22,114); }
div.DivClassName
{
background-color: #DD1672;
}
.BgClassName
{
background-color: #DD1672;
}
</style>
border-color css
<style>
span { border-color: #DD1672; }
span { border-color: rgb(221,22,114); }
td.TdClassName
{
border-color: #DD1672;
}
.TagClassName
{
border-color: #DD1672;
}
</style>