Shades of Ruby #DD0C62
Tints of Ruby #DD0C62
RGB
CMYK
RGB Variations
Color information
#DD0C62 (or 0xDD0C62) is known color: Ruby. HEX triplet: DD, 0C and 62. RGB value is (221,12,98). Sum of RGB (Red+Green+Blue) = 221+12+98=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C62 is #22F39D. Grayscale: #545454. Windows color (decimal): -2290590 or 6425821. OLE color: 6425821.
HSL color Cylindrical-coordinate representation of color #DD0C62: hue angle of 335.31º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C62 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 98 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.13 |
| HSL | 335.31º | 0.9% | 0.46% | - |
| HSV(B) | 335.31º | 0.95% | 0.87% | - |
| XYZ | 32.15 | 16.52 | 13.05 | - |
| YUV | 84.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 98 | 0 | 0.95 | 0.56 | 0.13 | 335.31 | 0.9 | 0.46 |
| Hex | DD | C | 62 | 0 | 5F | 38 | D | 14F | 5A | 2E |
| Octal | 335 | 14 | 142 | 0 | 137 | 70 | 15 | 517 | 132 | 56 |
| Binary | 11011101 | 1100 | 1100010 | 0 | 1011111 | 111000 | 1101 | 101001111 | 1011010 | 101110 |
Color Harmonies of #DD0C62
Complementary color
Monochromatic Colors of #DD0C62
Black with #DD0C62
Text Example
Text Example
White with #DD0C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C62; }
p { color: rgb(221,12,98); }
H1.HeaderClassName
{
color: #DD0C62;
}
.AnyTagClassName
{
color: #DD0C62;
}
</style>
background-color css
<style>
a { background-color: #DD0C62; }
a { background-color: rgb(221,12,98); }
div.DivClassName
{
background-color: #DD0C62;
}
.BgClassName
{
background-color: #DD0C62;
}
</style>
border-color css
<style>
span { border-color: #DD0C62; }
span { border-color: rgb(221,12,98); }
td.TdClassName
{
border-color: #DD0C62;
}
.TagClassName
{
border-color: #DD0C62;
}
</style>