Shades of Ruby #DD205C
Tints of Ruby #DD205C
RGB
CMYK
RGB Variations
Color information
#DD205C (or 0xDD205C) is known color: Ruby. HEX triplet: DD, 20 and 5C. RGB value is (221,32,92). Sum of RGB (Red+Green+Blue) = 221+32+92=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD205C is #22DFA3. Grayscale: #5F5F5F. Windows color (decimal): -2285476 or 6037725. OLE color: 6037725.
HSL color Cylindrical-coordinate representation of color #DD205C: hue angle of 340.95º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD205C is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 92 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.13 |
| HSL | 340.95º | 0.75% | 0.5% | - |
| HSV(B) | 340.95º | 0.86% | 0.87% | - |
| XYZ | 32.27 | 17.18 | 11.74 | - |
| YUV | 95.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 92 | 0 | 0.86 | 0.58 | 0.13 | 340.95 | 0.75 | 0.5 |
| Hex | DD | 20 | 5C | 0 | 56 | 3A | D | 155 | 4B | 32 |
| Octal | 335 | 40 | 134 | 0 | 126 | 72 | 15 | 525 | 113 | 62 |
| Binary | 11011101 | 100000 | 1011100 | 0 | 1010110 | 111010 | 1101 | 101010101 | 1001011 | 110010 |
Color Harmonies of #DD205C
Complementary color
Monochromatic Colors of #DD205C
Black with #DD205C
Text Example
Text Example
White with #DD205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD205C; }
p { color: rgb(221,32,92); }
H1.HeaderClassName
{
color: #DD205C;
}
.AnyTagClassName
{
color: #DD205C;
}
</style>
background-color css
<style>
a { background-color: #DD205C; }
a { background-color: rgb(221,32,92); }
div.DivClassName
{
background-color: #DD205C;
}
.BgClassName
{
background-color: #DD205C;
}
</style>
border-color css
<style>
span { border-color: #DD205C; }
span { border-color: rgb(221,32,92); }
td.TdClassName
{
border-color: #DD205C;
}
.TagClassName
{
border-color: #DD205C;
}
</style>