Shades of Ruby #DD215F
Tints of Ruby #DD215F
RGB
CMYK
RGB Variations
Color information
#DD215F (or 0xDD215F) is known color: Ruby. HEX triplet: DD, 21 and 5F. RGB value is (221,33,95). Sum of RGB (Red+Green+Blue) = 221+33+95=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD215F is #22DEA0. Grayscale: #606060. Windows color (decimal): -2285217 or 6234589. OLE color: 6234589.
HSL color Cylindrical-coordinate representation of color #DD215F: hue angle of 340.21º 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 #DD215F is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 95 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.13 |
| HSL | 340.21º | 0.74% | 0.5% | - |
| HSV(B) | 340.21º | 0.85% | 0.87% | - |
| XYZ | 32.43 | 17.29 | 12.45 | - |
| YUV | 96.28 | 127.28 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 95 | 0 | 0.85 | 0.57 | 0.13 | 340.21 | 0.74 | 0.5 |
| Hex | DD | 21 | 5F | 0 | 55 | 39 | D | 154 | 4A | 32 |
| Octal | 335 | 41 | 137 | 0 | 125 | 71 | 15 | 524 | 112 | 62 |
| Binary | 11011101 | 100001 | 1011111 | 0 | 1010101 | 111001 | 1101 | 101010100 | 1001010 | 110010 |
Color Harmonies of #DD215F
Complementary color
Monochromatic Colors of #DD215F
Black with #DD215F
Text Example
Text Example
White with #DD215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD215F; }
p { color: rgb(221,33,95); }
H1.HeaderClassName
{
color: #DD215F;
}
.AnyTagClassName
{
color: #DD215F;
}
</style>
background-color css
<style>
a { background-color: #DD215F; }
a { background-color: rgb(221,33,95); }
div.DivClassName
{
background-color: #DD215F;
}
.BgClassName
{
background-color: #DD215F;
}
</style>
border-color css
<style>
span { border-color: #DD215F; }
span { border-color: rgb(221,33,95); }
td.TdClassName
{
border-color: #DD215F;
}
.TagClassName
{
border-color: #DD215F;
}
</style>