Shades of Ruby #D01469
Tints of Ruby #D01469
RGB
CMYK
RGB Variations
Color information
#D01469 (or 0xD01469) is known color: Ruby. HEX triplet: D0, 14 and 69. RGB value is (208,20,105). Sum of RGB (Red+Green+Blue) = 208+20+105=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D01469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01469 is #2FEB96. Grayscale: #555555. Windows color (decimal): -3140503 or 6886608. OLE color: 6886608.
HSL color Cylindrical-coordinate representation of color #D01469: hue angle of 332.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01469 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 105 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.18 |
| HSL | 332.87º | 0.82% | 0.45% | - |
| HSV(B) | 332.87º | 0.9% | 0.82% | - |
| XYZ | 28.81 | 14.93 | 14.73 | - |
| YUV | 85.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 105 | 0 | 0.90 | 0.50 | 0.18 | 332.87 | 0.82 | 0.45 |
| Hex | D0 | 14 | 69 | 0 | 5A | 32 | 12 | 14D | 52 | 2D |
| Octal | 320 | 24 | 151 | 0 | 132 | 62 | 22 | 515 | 122 | 55 |
| Binary | 11010000 | 10100 | 1101001 | 0 | 1011010 | 110010 | 10010 | 101001101 | 1010010 | 101101 |
Color Harmonies of #D01469
Complementary color
Monochromatic Colors of #D01469
Black with #D01469
Text Example
Text Example
White with #D01469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01469; }
p { color: rgb(208,20,105); }
H1.HeaderClassName
{
color: #D01469;
}
.AnyTagClassName
{
color: #D01469;
}
</style>
background-color css
<style>
a { background-color: #D01469; }
a { background-color: rgb(208,20,105); }
div.DivClassName
{
background-color: #D01469;
}
.BgClassName
{
background-color: #D01469;
}
</style>
border-color css
<style>
span { border-color: #D01469; }
span { border-color: rgb(208,20,105); }
td.TdClassName
{
border-color: #D01469;
}
.TagClassName
{
border-color: #D01469;
}
</style>