Shades of Ruby #DD2067
Tints of Ruby #DD2067
RGB
CMYK
RGB Variations
Color information
#DD2067 (or 0xDD2067) is known color: Ruby. HEX triplet: DD, 20 and 67. RGB value is (221,32,103). Sum of RGB (Red+Green+Blue) = 221+32+103=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2067 is #22DF98. Grayscale: #606060. Windows color (decimal): -2285465 or 6758621. OLE color: 6758621.
HSL color Cylindrical-coordinate representation of color #DD2067: hue angle of 337.46º 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 #DD2067 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 103 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.13 |
| HSL | 337.46º | 0.75% | 0.5% | - |
| HSV(B) | 337.46º | 0.86% | 0.87% | - |
| XYZ | 32.78 | 17.38 | 14.46 | - |
| YUV | 96.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 103 | 0 | 0.86 | 0.53 | 0.13 | 337.46 | 0.75 | 0.5 |
| Hex | DD | 20 | 67 | 0 | 56 | 35 | D | 151 | 4B | 32 |
| Octal | 335 | 40 | 147 | 0 | 126 | 65 | 15 | 521 | 113 | 62 |
| Binary | 11011101 | 100000 | 1100111 | 0 | 1010110 | 110101 | 1101 | 101010001 | 1001011 | 110010 |
Color Harmonies of #DD2067
Complementary color
Monochromatic Colors of #DD2067
Black with #DD2067
Text Example
Text Example
White with #DD2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2067; }
p { color: rgb(221,32,103); }
H1.HeaderClassName
{
color: #DD2067;
}
.AnyTagClassName
{
color: #DD2067;
}
</style>
background-color css
<style>
a { background-color: #DD2067; }
a { background-color: rgb(221,32,103); }
div.DivClassName
{
background-color: #DD2067;
}
.BgClassName
{
background-color: #DD2067;
}
</style>
border-color css
<style>
span { border-color: #DD2067; }
span { border-color: rgb(221,32,103); }
td.TdClassName
{
border-color: #DD2067;
}
.TagClassName
{
border-color: #DD2067;
}
</style>