Shades of Ruby #DD0277
Tints of Ruby #DD0277
RGB
CMYK
RGB Variations
Color information
#DD0277 (or 0xDD0277) is known color: Ruby. HEX triplet: DD, 02 and 77. RGB value is (221,2,119). Sum of RGB (Red+Green+Blue) = 221+2+119=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0277 is #22FD88. Grayscale: #505050. Windows color (decimal): -2293129 or 7799517. OLE color: 7799517.
HSL color Cylindrical-coordinate representation of color #DD0277: hue angle of 327.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0277 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.13 |
| HSL | 327.95º | 0.98% | 0.44% | - |
| HSV(B) | 327.95º | 0.99% | 0.87% | - |
| XYZ | 33.17 | 16.75 | 18.94 | - |
| YUV | 80.82 | 149.55 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 119 | 0 | 0.99 | 0.46 | 0.13 | 327.95 | 0.98 | 0.44 |
| Hex | DD | 2 | 77 | 0 | 63 | 2E | D | 148 | 62 | 2C |
| Octal | 335 | 2 | 167 | 0 | 143 | 56 | 15 | 510 | 142 | 54 |
| Binary | 11011101 | 10 | 1110111 | 0 | 1100011 | 101110 | 1101 | 101001000 | 1100010 | 101100 |
Color Harmonies of #DD0277
Complementary color
Monochromatic Colors of #DD0277
Black with #DD0277
Text Example
Text Example
White with #DD0277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0277; }
p { color: rgb(221,2,119); }
H1.HeaderClassName
{
color: #DD0277;
}
.AnyTagClassName
{
color: #DD0277;
}
</style>
background-color css
<style>
a { background-color: #DD0277; }
a { background-color: rgb(221,2,119); }
div.DivClassName
{
background-color: #DD0277;
}
.BgClassName
{
background-color: #DD0277;
}
</style>
border-color css
<style>
span { border-color: #DD0277; }
span { border-color: rgb(221,2,119); }
td.TdClassName
{
border-color: #DD0277;
}
.TagClassName
{
border-color: #DD0277;
}
</style>