Shades of Ruby #DF066B
Tints of Ruby #DF066B
RGB
CMYK
RGB Variations
Color information
#DF066B (or 0xDF066B) is known color: Ruby. HEX triplet: DF, 06 and 6B. RGB value is (223,6,107). Sum of RGB (Red+Green+Blue) = 223+6+107=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF066B is #20F994. Grayscale: #525252. Windows color (decimal): -2161045 or 7014111. OLE color: 7014111.
HSL color Cylindrical-coordinate representation of color #DF066B: hue angle of 332.07º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF066B is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.13 |
| HSL | 332.07º | 0.95% | 0.45% | - |
| HSV(B) | 332.07º | 0.97% | 0.87% | - |
| XYZ | 33.15 | 16.88 | 15.42 | - |
| YUV | 82.4 | 141.89 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 107 | 0 | 0.97 | 0.52 | 0.13 | 332.07 | 0.95 | 0.45 |
| Hex | DF | 6 | 6B | 0 | 61 | 34 | D | 14C | 5F | 2D |
| Octal | 337 | 6 | 153 | 0 | 141 | 64 | 15 | 514 | 137 | 55 |
| Binary | 11011111 | 110 | 1101011 | 0 | 1100001 | 110100 | 1101 | 101001100 | 1011111 | 101101 |
Color Harmonies of #DF066B
Complementary color
Monochromatic Colors of #DF066B
Black with #DF066B
Text Example
Text Example
White with #DF066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF066B; }
p { color: rgb(223,6,107); }
H1.HeaderClassName
{
color: #DF066B;
}
.AnyTagClassName
{
color: #DF066B;
}
</style>
background-color css
<style>
a { background-color: #DF066B; }
a { background-color: rgb(223,6,107); }
div.DivClassName
{
background-color: #DF066B;
}
.BgClassName
{
background-color: #DF066B;
}
</style>
border-color css
<style>
span { border-color: #DF066B; }
span { border-color: rgb(223,6,107); }
td.TdClassName
{
border-color: #DF066B;
}
.TagClassName
{
border-color: #DF066B;
}
</style>