Shades of Ruby #D00D68
Tints of Ruby #D00D68
RGB
CMYK
RGB Variations
Color information
#D00D68 (or 0xD00D68) is known color: Ruby. HEX triplet: D0, 0D and 68. RGB value is (208,13,104). Sum of RGB (Red+Green+Blue) = 208+13+104=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D68 is #2FF297. Grayscale: #515151. Windows color (decimal): -3142296 or 6819280. OLE color: 6819280.
HSL color Cylindrical-coordinate representation of color #D00D68: hue angle of 332º 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 #D00D68 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 104 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.18 |
| HSL | 332º | 0.88% | 0.43% | - |
| HSV(B) | 332º | 0.94% | 0.82% | - |
| XYZ | 28.66 | 14.7 | 14.42 | - |
| YUV | 81.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 104 | 0 | 0.94 | 0.5 | 0.18 | 332 | 0.88 | 0.43 |
| Hex | D0 | D | 68 | 0 | 5E | 32 | 12 | 14C | 58 | 2B |
| Octal | 320 | 15 | 150 | 0 | 136 | 62 | 22 | 514 | 130 | 53 |
| Binary | 11010000 | 1101 | 1101000 | 0 | 1011110 | 110010 | 10010 | 101001100 | 1011000 | 101011 |
Color Harmonies of #D00D68
Complementary color
Monochromatic Colors of #D00D68
Black with #D00D68
Text Example
Text Example
White with #D00D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D68; }
p { color: rgb(208,13,104); }
H1.HeaderClassName
{
color: #D00D68;
}
.AnyTagClassName
{
color: #D00D68;
}
</style>
background-color css
<style>
a { background-color: #D00D68; }
a { background-color: rgb(208,13,104); }
div.DivClassName
{
background-color: #D00D68;
}
.BgClassName
{
background-color: #D00D68;
}
</style>
border-color css
<style>
span { border-color: #D00D68; }
span { border-color: rgb(208,13,104); }
td.TdClassName
{
border-color: #D00D68;
}
.TagClassName
{
border-color: #D00D68;
}
</style>