Shades of Ruby #D00D6D
Tints of Ruby #D00D6D
RGB
CMYK
RGB Variations
Color information
#D00D6D (or 0xD00D6D) is known color: Ruby. HEX triplet: D0, 0D and 6D. RGB value is (208,13,109). Sum of RGB (Red+Green+Blue) = 208+13+109=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D6D is #2FF292. Grayscale: #525252. Windows color (decimal): -3142291 or 7146960. OLE color: 7146960.
HSL color Cylindrical-coordinate representation of color #D00D6D: hue angle of 330.46º 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 #D00D6D is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 109 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.18 |
| HSL | 330.46º | 0.88% | 0.43% | - |
| HSV(B) | 330.46º | 0.94% | 0.82% | - |
| XYZ | 28.92 | 14.8 | 15.8 | - |
| YUV | 82.25 | 143.1 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 109 | 0 | 0.94 | 0.48 | 0.18 | 330.46 | 0.88 | 0.43 |
| Hex | D0 | D | 6D | 0 | 5E | 30 | 12 | 14A | 58 | 2B |
| Octal | 320 | 15 | 155 | 0 | 136 | 60 | 22 | 512 | 130 | 53 |
| Binary | 11010000 | 1101 | 1101101 | 0 | 1011110 | 110000 | 10010 | 101001010 | 1011000 | 101011 |
Color Harmonies of #D00D6D
Complementary color
Monochromatic Colors of #D00D6D
Black with #D00D6D
Text Example
Text Example
White with #D00D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D6D; }
p { color: rgb(208,13,109); }
H1.HeaderClassName
{
color: #D00D6D;
}
.AnyTagClassName
{
color: #D00D6D;
}
</style>
background-color css
<style>
a { background-color: #D00D6D; }
a { background-color: rgb(208,13,109); }
div.DivClassName
{
background-color: #D00D6D;
}
.BgClassName
{
background-color: #D00D6D;
}
</style>
border-color css
<style>
span { border-color: #D00D6D; }
span { border-color: rgb(208,13,109); }
td.TdClassName
{
border-color: #D00D6D;
}
.TagClassName
{
border-color: #D00D6D;
}
</style>