Shades of Ruby #D01669
Tints of Ruby #D01669
RGB
CMYK
RGB Variations
Color information
#D01669 (or 0xD01669) is known color: Ruby. HEX triplet: D0, 16 and 69. RGB value is (208,22,105). Sum of RGB (Red+Green+Blue) = 208+22+105=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D01669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01669 is #2FE996. Grayscale: #565656. Windows color (decimal): -3139991 or 6887120. OLE color: 6887120.
HSL color Cylindrical-coordinate representation of color #D01669: hue angle of 333.23º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01669 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 105 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.18 |
| HSL | 333.23º | 0.81% | 0.45% | - |
| HSV(B) | 333.23º | 0.89% | 0.82% | - |
| XYZ | 28.85 | 15 | 14.74 | - |
| YUV | 87.08 | 138.12 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 105 | 0 | 0.89 | 0.50 | 0.18 | 333.23 | 0.81 | 0.45 |
| Hex | D0 | 16 | 69 | 0 | 59 | 32 | 12 | 14D | 51 | 2D |
| Octal | 320 | 26 | 151 | 0 | 131 | 62 | 22 | 515 | 121 | 55 |
| Binary | 11010000 | 10110 | 1101001 | 0 | 1011001 | 110010 | 10010 | 101001101 | 1010001 | 101101 |
Color Harmonies of #D01669
Complementary color
Monochromatic Colors of #D01669
Black with #D01669
Text Example
Text Example
White with #D01669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01669; }
p { color: rgb(208,22,105); }
H1.HeaderClassName
{
color: #D01669;
}
.AnyTagClassName
{
color: #D01669;
}
</style>
background-color css
<style>
a { background-color: #D01669; }
a { background-color: rgb(208,22,105); }
div.DivClassName
{
background-color: #D01669;
}
.BgClassName
{
background-color: #D01669;
}
</style>
border-color css
<style>
span { border-color: #D01669; }
span { border-color: rgb(208,22,105); }
td.TdClassName
{
border-color: #D01669;
}
.TagClassName
{
border-color: #D01669;
}
</style>