Shades of Ruby #DD215C
Tints of Ruby #DD215C
RGB
CMYK
RGB Variations
Color information
#DD215C (or 0xDD215C) is known color: Ruby. HEX triplet: DD, 21 and 5C. RGB value is (221,33,92). Sum of RGB (Red+Green+Blue) = 221+33+92=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD215C is #22DEA3. Grayscale: #5F5F5F. Windows color (decimal): -2285220 or 6037981. OLE color: 6037981.
HSL color Cylindrical-coordinate representation of color #DD215C: hue angle of 341.17º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD215C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 92 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.13 |
| HSL | 341.17º | 0.74% | 0.5% | - |
| HSV(B) | 341.17º | 0.85% | 0.87% | - |
| XYZ | 32.29 | 17.23 | 11.75 | - |
| YUV | 95.94 | 125.78 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 92 | 0 | 0.85 | 0.58 | 0.13 | 341.17 | 0.74 | 0.5 |
| Hex | DD | 21 | 5C | 0 | 55 | 3A | D | 155 | 4A | 32 |
| Octal | 335 | 41 | 134 | 0 | 125 | 72 | 15 | 525 | 112 | 62 |
| Binary | 11011101 | 100001 | 1011100 | 0 | 1010101 | 111010 | 1101 | 101010101 | 1001010 | 110010 |
Color Harmonies of #DD215C
Complementary color
Monochromatic Colors of #DD215C
Black with #DD215C
Text Example
Text Example
White with #DD215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD215C; }
p { color: rgb(221,33,92); }
H1.HeaderClassName
{
color: #DD215C;
}
.AnyTagClassName
{
color: #DD215C;
}
</style>
background-color css
<style>
a { background-color: #DD215C; }
a { background-color: rgb(221,33,92); }
div.DivClassName
{
background-color: #DD215C;
}
.BgClassName
{
background-color: #DD215C;
}
</style>
border-color css
<style>
span { border-color: #DD215C; }
span { border-color: rgb(221,33,92); }
td.TdClassName
{
border-color: #DD215C;
}
.TagClassName
{
border-color: #DD215C;
}
</style>