Shades of Ruby #DF2066
Tints of Ruby #DF2066
RGB
CMYK
RGB Variations
Color information
#DF2066 (or 0xDF2066) is known color: Ruby. HEX triplet: DF, 20 and 66. RGB value is (223,32,102). Sum of RGB (Red+Green+Blue) = 223+32+102=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2066 is #20DF99. Grayscale: #606060. Windows color (decimal): -2154394 or 6693087. OLE color: 6693087.
HSL color Cylindrical-coordinate representation of color #DF2066: hue angle of 338.01º 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 #DF2066 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 102 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.13 |
| HSL | 338.01º | 0.75% | 0.5% | - |
| HSV(B) | 338.01º | 0.86% | 0.87% | - |
| XYZ | 33.35 | 17.68 | 14.23 | - |
| YUV | 97.09 | 130.78 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 102 | 0 | 0.86 | 0.54 | 0.13 | 338.01 | 0.75 | 0.5 |
| Hex | DF | 20 | 66 | 0 | 56 | 36 | D | 152 | 4B | 32 |
| Octal | 337 | 40 | 146 | 0 | 126 | 66 | 15 | 522 | 113 | 62 |
| Binary | 11011111 | 100000 | 1100110 | 0 | 1010110 | 110110 | 1101 | 101010010 | 1001011 | 110010 |
Color Harmonies of #DF2066
Complementary color
Monochromatic Colors of #DF2066
Black with #DF2066
Text Example
Text Example
White with #DF2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2066; }
p { color: rgb(223,32,102); }
H1.HeaderClassName
{
color: #DF2066;
}
.AnyTagClassName
{
color: #DF2066;
}
</style>
background-color css
<style>
a { background-color: #DF2066; }
a { background-color: rgb(223,32,102); }
div.DivClassName
{
background-color: #DF2066;
}
.BgClassName
{
background-color: #DF2066;
}
</style>
border-color css
<style>
span { border-color: #DF2066; }
span { border-color: rgb(223,32,102); }
td.TdClassName
{
border-color: #DF2066;
}
.TagClassName
{
border-color: #DF2066;
}
</style>