Shades of Ruby #D00968
Tints of Ruby #D00968
RGB
CMYK
RGB Variations
Color information
#D00968 (or 0xD00968) is known color: Ruby. HEX triplet: D0, 09 and 68. RGB value is (208,9,104). Sum of RGB (Red+Green+Blue) = 208+9+104=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D00968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00968 is #2FF697. Grayscale: #4F4F4F. Windows color (decimal): -3143320 or 6818256. OLE color: 6818256.
HSL color Cylindrical-coordinate representation of color #D00968: hue angle of 331.36º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00968 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.18 |
| HSL | 331.36º | 0.92% | 0.43% | - |
| HSV(B) | 331.36º | 0.96% | 0.82% | - |
| XYZ | 28.61 | 14.6 | 14.41 | - |
| YUV | 79.33 | 141.93 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 104 | 0 | 0.96 | 0.5 | 0.18 | 331.36 | 0.92 | 0.43 |
| Hex | D0 | 9 | 68 | 0 | 60 | 32 | 12 | 14B | 5C | 2B |
| Octal | 320 | 11 | 150 | 0 | 140 | 62 | 22 | 513 | 134 | 53 |
| Binary | 11010000 | 1001 | 1101000 | 0 | 1100000 | 110010 | 10010 | 101001011 | 1011100 | 101011 |
Color Harmonies of #D00968
Complementary color
Monochromatic Colors of #D00968
Black with #D00968
Text Example
Text Example
White with #D00968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00968; }
p { color: rgb(208,9,104); }
H1.HeaderClassName
{
color: #D00968;
}
.AnyTagClassName
{
color: #D00968;
}
</style>
background-color css
<style>
a { background-color: #D00968; }
a { background-color: rgb(208,9,104); }
div.DivClassName
{
background-color: #D00968;
}
.BgClassName
{
background-color: #D00968;
}
</style>
border-color css
<style>
span { border-color: #D00968; }
span { border-color: rgb(208,9,104); }
td.TdClassName
{
border-color: #D00968;
}
.TagClassName
{
border-color: #D00968;
}
</style>