Shades of Ruby #DF2067
Tints of Ruby #DF2067
RGB
CMYK
RGB Variations
Color information
#DF2067 (or 0xDF2067) is known color: Ruby. HEX triplet: DF, 20 and 67. RGB value is (223,32,103). Sum of RGB (Red+Green+Blue) = 223+32+103=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2067 is #20DF98. Grayscale: #616161. Windows color (decimal): -2154393 or 6758623. OLE color: 6758623.
HSL color Cylindrical-coordinate representation of color #DF2067: hue angle of 337.7º 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 #DF2067 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 103 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.13 |
| HSL | 337.7º | 0.75% | 0.5% | - |
| HSV(B) | 337.7º | 0.86% | 0.87% | - |
| XYZ | 33.4 | 17.7 | 14.49 | - |
| YUV | 97.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 103 | 0 | 0.86 | 0.54 | 0.13 | 337.7 | 0.75 | 0.5 |
| Hex | DF | 20 | 67 | 0 | 56 | 36 | D | 152 | 4B | 32 |
| Octal | 337 | 40 | 147 | 0 | 126 | 66 | 15 | 522 | 113 | 62 |
| Binary | 11011111 | 100000 | 1100111 | 0 | 1010110 | 110110 | 1101 | 101010010 | 1001011 | 110010 |
Color Harmonies of #DF2067
Complementary color
Monochromatic Colors of #DF2067
Black with #DF2067
Text Example
Text Example
White with #DF2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2067; }
p { color: rgb(223,32,103); }
H1.HeaderClassName
{
color: #DF2067;
}
.AnyTagClassName
{
color: #DF2067;
}
</style>
background-color css
<style>
a { background-color: #DF2067; }
a { background-color: rgb(223,32,103); }
div.DivClassName
{
background-color: #DF2067;
}
.BgClassName
{
background-color: #DF2067;
}
</style>
border-color css
<style>
span { border-color: #DF2067; }
span { border-color: rgb(223,32,103); }
td.TdClassName
{
border-color: #DF2067;
}
.TagClassName
{
border-color: #DF2067;
}
</style>