Shades of Ruby #D00D67
Tints of Ruby #D00D67
RGB
CMYK
RGB Variations
Color information
#D00D67 (or 0xD00D67) is known color: Ruby. HEX triplet: D0, 0D and 67. RGB value is (208,13,103). Sum of RGB (Red+Green+Blue) = 208+13+103=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D67 is #2FF298. Grayscale: #515151. Windows color (decimal): -3142297 or 6753744. OLE color: 6753744.
HSL color Cylindrical-coordinate representation of color #D00D67: hue angle of 332.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D67 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 103 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.18 |
| HSL | 332.31º | 0.88% | 0.43% | - |
| HSV(B) | 332.31º | 0.94% | 0.82% | - |
| XYZ | 28.6 | 14.68 | 14.16 | - |
| YUV | 81.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 103 | 0 | 0.94 | 0.50 | 0.18 | 332.31 | 0.88 | 0.43 |
| Hex | D0 | D | 67 | 0 | 5E | 32 | 12 | 14C | 58 | 2B |
| Octal | 320 | 15 | 147 | 0 | 136 | 62 | 22 | 514 | 130 | 53 |
| Binary | 11010000 | 1101 | 1100111 | 0 | 1011110 | 110010 | 10010 | 101001100 | 1011000 | 101011 |
Color Harmonies of #D00D67
Complementary color
Monochromatic Colors of #D00D67
Black with #D00D67
Text Example
Text Example
White with #D00D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D67; }
p { color: rgb(208,13,103); }
H1.HeaderClassName
{
color: #D00D67;
}
.AnyTagClassName
{
color: #D00D67;
}
</style>
background-color css
<style>
a { background-color: #D00D67; }
a { background-color: rgb(208,13,103); }
div.DivClassName
{
background-color: #D00D67;
}
.BgClassName
{
background-color: #D00D67;
}
</style>
border-color css
<style>
span { border-color: #D00D67; }
span { border-color: rgb(208,13,103); }
td.TdClassName
{
border-color: #D00D67;
}
.TagClassName
{
border-color: #D00D67;
}
</style>