Shades of Ruby #D00B6D
Tints of Ruby #D00B6D
RGB
CMYK
RGB Variations
Color information
#D00B6D (or 0xD00B6D) is known color: Ruby. HEX triplet: D0, 0B and 6D. RGB value is (208,11,109). Sum of RGB (Red+Green+Blue) = 208+11+109=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00B6D is #2FF492. Grayscale: #505050. Windows color (decimal): -3142803 or 7146448. OLE color: 7146448.
HSL color Cylindrical-coordinate representation of color #D00B6D: hue angle of 330.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00B6D is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 109 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.18 |
| HSL | 330.15º | 0.9% | 0.43% | - |
| HSV(B) | 330.15º | 0.95% | 0.82% | - |
| XYZ | 28.89 | 14.75 | 15.79 | - |
| YUV | 81.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 109 | 0 | 0.95 | 0.48 | 0.18 | 330.15 | 0.9 | 0.43 |
| Hex | D0 | B | 6D | 0 | 5F | 30 | 12 | 14A | 5A | 2B |
| Octal | 320 | 13 | 155 | 0 | 137 | 60 | 22 | 512 | 132 | 53 |
| Binary | 11010000 | 1011 | 1101101 | 0 | 1011111 | 110000 | 10010 | 101001010 | 1011010 | 101011 |
Color Harmonies of #D00B6D
Complementary color
Monochromatic Colors of #D00B6D
Black with #D00B6D
Text Example
Text Example
White with #D00B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00B6D; }
p { color: rgb(208,11,109); }
H1.HeaderClassName
{
color: #D00B6D;
}
.AnyTagClassName
{
color: #D00B6D;
}
</style>
background-color css
<style>
a { background-color: #D00B6D; }
a { background-color: rgb(208,11,109); }
div.DivClassName
{
background-color: #D00B6D;
}
.BgClassName
{
background-color: #D00B6D;
}
</style>
border-color css
<style>
span { border-color: #D00B6D; }
span { border-color: rgb(208,11,109); }
td.TdClassName
{
border-color: #D00B6D;
}
.TagClassName
{
border-color: #D00B6D;
}
</style>