Shades of Ruby #DD215E
Tints of Ruby #DD215E
RGB
CMYK
RGB Variations
Color information
#DD215E (or 0xDD215E) is known color: Ruby. HEX triplet: DD, 21 and 5E. RGB value is (221,33,94). Sum of RGB (Red+Green+Blue) = 221+33+94=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD215E is #22DEA1. Grayscale: #606060. Windows color (decimal): -2285218 or 6169053. OLE color: 6169053.
HSL color Cylindrical-coordinate representation of color #DD215E: hue angle of 340.53º 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 #DD215E is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 94 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.13 |
| HSL | 340.53º | 0.74% | 0.5% | - |
| HSV(B) | 340.53º | 0.85% | 0.87% | - |
| XYZ | 32.38 | 17.27 | 12.22 | - |
| YUV | 96.17 | 126.78 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 94 | 0 | 0.85 | 0.57 | 0.13 | 340.53 | 0.74 | 0.5 |
| Hex | DD | 21 | 5E | 0 | 55 | 39 | D | 155 | 4A | 32 |
| Octal | 335 | 41 | 136 | 0 | 125 | 71 | 15 | 525 | 112 | 62 |
| Binary | 11011101 | 100001 | 1011110 | 0 | 1010101 | 111001 | 1101 | 101010101 | 1001010 | 110010 |
Color Harmonies of #DD215E
Complementary color
Monochromatic Colors of #DD215E
Black with #DD215E
Text Example
Text Example
White with #DD215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD215E; }
p { color: rgb(221,33,94); }
H1.HeaderClassName
{
color: #DD215E;
}
.AnyTagClassName
{
color: #DD215E;
}
</style>
background-color css
<style>
a { background-color: #DD215E; }
a { background-color: rgb(221,33,94); }
div.DivClassName
{
background-color: #DD215E;
}
.BgClassName
{
background-color: #DD215E;
}
</style>
border-color css
<style>
span { border-color: #DD215E; }
span { border-color: rgb(221,33,94); }
td.TdClassName
{
border-color: #DD215E;
}
.TagClassName
{
border-color: #DD215E;
}
</style>