Shades of Ruby #D00958
Tints of Ruby #D00958
RGB
CMYK
RGB Variations
Color information
#D00958 (or 0xD00958) is known color: Ruby. HEX triplet: D0, 09 and 58. RGB value is (208,9,88). Sum of RGB (Red+Green+Blue) = 208+9+88=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D00958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00958 is #2FF6A7. Grayscale: #4D4D4D. Windows color (decimal): -3143336 or 5769680. OLE color: 5769680.
HSL color Cylindrical-coordinate representation of color #D00958: hue angle of 336.18º 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 #D00958 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 88 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.18 |
| HSL | 336.18º | 0.92% | 0.43% | - |
| HSV(B) | 336.18º | 0.96% | 0.82% | - |
| XYZ | 27.87 | 14.31 | 10.53 | - |
| YUV | 77.51 | 133.93 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 88 | 0 | 0.96 | 0.58 | 0.18 | 336.18 | 0.92 | 0.43 |
| Hex | D0 | 9 | 58 | 0 | 60 | 3A | 12 | 150 | 5C | 2B |
| Octal | 320 | 11 | 130 | 0 | 140 | 72 | 22 | 520 | 134 | 53 |
| Binary | 11010000 | 1001 | 1011000 | 0 | 1100000 | 111010 | 10010 | 101010000 | 1011100 | 101011 |
Color Harmonies of #D00958
Complementary color
Monochromatic Colors of #D00958
Black with #D00958
Text Example
Text Example
White with #D00958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00958; }
p { color: rgb(208,9,88); }
H1.HeaderClassName
{
color: #D00958;
}
.AnyTagClassName
{
color: #D00958;
}
</style>
background-color css
<style>
a { background-color: #D00958; }
a { background-color: rgb(208,9,88); }
div.DivClassName
{
background-color: #D00958;
}
.BgClassName
{
background-color: #D00958;
}
</style>
border-color css
<style>
span { border-color: #D00958; }
span { border-color: rgb(208,9,88); }
td.TdClassName
{
border-color: #D00958;
}
.TagClassName
{
border-color: #D00958;
}
</style>