Shades of Ruby #DD1474
Tints of Ruby #DD1474
RGB
CMYK
RGB Variations
Color information
#DD1474 (or 0xDD1474) is known color: Ruby. HEX triplet: DD, 14 and 74. RGB value is (221,20,116). Sum of RGB (Red+Green+Blue) = 221+20+116=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1474 is #22EB8B. Grayscale: #5A5A5A. Windows color (decimal): -2288524 or 7607517. OLE color: 7607517.
HSL color Cylindrical-coordinate representation of color #DD1474: hue angle of 331.34º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1474 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 116 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.13 |
| HSL | 331.34º | 0.83% | 0.47% | - |
| HSV(B) | 331.34º | 0.91% | 0.87% | - |
| XYZ | 33.22 | 17.13 | 18.08 | - |
| YUV | 91.04 | 142.09 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 116 | 0 | 0.91 | 0.48 | 0.13 | 331.34 | 0.83 | 0.47 |
| Hex | DD | 14 | 74 | 0 | 5B | 30 | D | 14B | 53 | 2F |
| Octal | 335 | 24 | 164 | 0 | 133 | 60 | 15 | 513 | 123 | 57 |
| Binary | 11011101 | 10100 | 1110100 | 0 | 1011011 | 110000 | 1101 | 101001011 | 1010011 | 101111 |
Color Harmonies of #DD1474
Complementary color
Monochromatic Colors of #DD1474
Black with #DD1474
Text Example
Text Example
White with #DD1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1474; }
p { color: rgb(221,20,116); }
H1.HeaderClassName
{
color: #DD1474;
}
.AnyTagClassName
{
color: #DD1474;
}
</style>
background-color css
<style>
a { background-color: #DD1474; }
a { background-color: rgb(221,20,116); }
div.DivClassName
{
background-color: #DD1474;
}
.BgClassName
{
background-color: #DD1474;
}
</style>
border-color css
<style>
span { border-color: #DD1474; }
span { border-color: rgb(221,20,116); }
td.TdClassName
{
border-color: #DD1474;
}
.TagClassName
{
border-color: #DD1474;
}
</style>