Shades of Ruby #D00962
Tints of Ruby #D00962
RGB
CMYK
RGB Variations
Color information
#D00962 (or 0xD00962) is known color: Ruby. HEX triplet: D0, 09 and 62. RGB value is (208,9,98). Sum of RGB (Red+Green+Blue) = 208+9+98=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D00962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00962 is #2FF69D. Grayscale: #4E4E4E. Windows color (decimal): -3143326 or 6425040. OLE color: 6425040.
HSL color Cylindrical-coordinate representation of color #D00962: hue angle of 333.17º 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 #D00962 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.18 |
| HSL | 333.17º | 0.92% | 0.43% | - |
| HSV(B) | 333.17º | 0.96% | 0.82% | - |
| XYZ | 28.31 | 14.49 | 12.86 | - |
| YUV | 78.65 | 138.93 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 98 | 0 | 0.96 | 0.53 | 0.18 | 333.17 | 0.92 | 0.43 |
| Hex | D0 | 9 | 62 | 0 | 60 | 35 | 12 | 14D | 5C | 2B |
| Octal | 320 | 11 | 142 | 0 | 140 | 65 | 22 | 515 | 134 | 53 |
| Binary | 11010000 | 1001 | 1100010 | 0 | 1100000 | 110101 | 10010 | 101001101 | 1011100 | 101011 |
Color Harmonies of #D00962
Complementary color
Monochromatic Colors of #D00962
Black with #D00962
Text Example
Text Example
White with #D00962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00962; }
p { color: rgb(208,9,98); }
H1.HeaderClassName
{
color: #D00962;
}
.AnyTagClassName
{
color: #D00962;
}
</style>
background-color css
<style>
a { background-color: #D00962; }
a { background-color: rgb(208,9,98); }
div.DivClassName
{
background-color: #D00962;
}
.BgClassName
{
background-color: #D00962;
}
</style>
border-color css
<style>
span { border-color: #D00962; }
span { border-color: rgb(208,9,98); }
td.TdClassName
{
border-color: #D00962;
}
.TagClassName
{
border-color: #D00962;
}
</style>