Shades of Ruby #D00D6B
Tints of Ruby #D00D6B
RGB
CMYK
RGB Variations
Color information
#D00D6B (or 0xD00D6B) is known color: Ruby. HEX triplet: D0, 0D and 6B. RGB value is (208,13,107). Sum of RGB (Red+Green+Blue) = 208+13+107=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D6B is #2FF294. Grayscale: #515151. Windows color (decimal): -3142293 or 7015888. OLE color: 7015888.
HSL color Cylindrical-coordinate representation of color #D00D6B: hue angle of 331.08º 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 #D00D6B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.18 |
| HSL | 331.08º | 0.88% | 0.43% | - |
| HSV(B) | 331.08º | 0.94% | 0.82% | - |
| XYZ | 28.81 | 14.76 | 15.24 | - |
| YUV | 82.02 | 142.1 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 107 | 0 | 0.94 | 0.49 | 0.18 | 331.08 | 0.88 | 0.43 |
| Hex | D0 | D | 6B | 0 | 5E | 31 | 12 | 14B | 58 | 2B |
| Octal | 320 | 15 | 153 | 0 | 136 | 61 | 22 | 513 | 130 | 53 |
| Binary | 11010000 | 1101 | 1101011 | 0 | 1011110 | 110001 | 10010 | 101001011 | 1011000 | 101011 |
Color Harmonies of #D00D6B
Complementary color
Monochromatic Colors of #D00D6B
Black with #D00D6B
Text Example
Text Example
White with #D00D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D6B; }
p { color: rgb(208,13,107); }
H1.HeaderClassName
{
color: #D00D6B;
}
.AnyTagClassName
{
color: #D00D6B;
}
</style>
background-color css
<style>
a { background-color: #D00D6B; }
a { background-color: rgb(208,13,107); }
div.DivClassName
{
background-color: #D00D6B;
}
.BgClassName
{
background-color: #D00D6B;
}
</style>
border-color css
<style>
span { border-color: #D00D6B; }
span { border-color: rgb(208,13,107); }
td.TdClassName
{
border-color: #D00D6B;
}
.TagClassName
{
border-color: #D00D6B;
}
</style>