Shades of Ruby #D00461
Tints of Ruby #D00461
RGB
CMYK
RGB Variations
Color information
#D00461 (or 0xD00461) is known color: Ruby. HEX triplet: D0, 04 and 61. RGB value is (208,4,97). Sum of RGB (Red+Green+Blue) = 208+4+97=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D00461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00461 is #2FFB9E. Grayscale: #4B4B4B. Windows color (decimal): -3144607 or 6358224. OLE color: 6358224.
HSL color Cylindrical-coordinate representation of color #D00461: hue angle of 332.65º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00461 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.18 |
| HSL | 332.65º | 0.96% | 0.42% | - |
| HSV(B) | 332.65º | 0.98% | 0.82% | - |
| XYZ | 28.21 | 14.36 | 12.59 | - |
| YUV | 75.6 | 140.09 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 97 | 0 | 0.98 | 0.53 | 0.18 | 332.65 | 0.96 | 0.42 |
| Hex | D0 | 4 | 61 | 0 | 62 | 35 | 12 | 14D | 60 | 2A |
| Octal | 320 | 4 | 141 | 0 | 142 | 65 | 22 | 515 | 140 | 52 |
| Binary | 11010000 | 100 | 1100001 | 0 | 1100010 | 110101 | 10010 | 101001101 | 1100000 | 101010 |
Color Harmonies of #D00461
Complementary color
Monochromatic Colors of #D00461
Black with #D00461
Text Example
Text Example
White with #D00461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00461; }
p { color: rgb(208,4,97); }
H1.HeaderClassName
{
color: #D00461;
}
.AnyTagClassName
{
color: #D00461;
}
</style>
background-color css
<style>
a { background-color: #D00461; }
a { background-color: rgb(208,4,97); }
div.DivClassName
{
background-color: #D00461;
}
.BgClassName
{
background-color: #D00461;
}
</style>
border-color css
<style>
span { border-color: #D00461; }
span { border-color: rgb(208,4,97); }
td.TdClassName
{
border-color: #D00461;
}
.TagClassName
{
border-color: #D00461;
}
</style>