Shades of Ruby #D00670
Tints of Ruby #D00670
RGB
CMYK
RGB Variations
Color information
#D00670 (or 0xD00670) is known color: Ruby. HEX triplet: D0, 06 and 70. RGB value is (208,6,112). Sum of RGB (Red+Green+Blue) = 208+6+112=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D00670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00670 is #2FF98F. Grayscale: #4E4E4E. Windows color (decimal): -3144080 or 7341776. OLE color: 7341776.
HSL color Cylindrical-coordinate representation of color #D00670: hue angle of 328.51º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00670 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 112 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.18 |
| HSL | 328.51º | 0.94% | 0.42% | - |
| HSV(B) | 328.51º | 0.97% | 0.82% | - |
| XYZ | 29 | 14.71 | 16.64 | - |
| YUV | 78.48 | 146.92 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 112 | 0 | 0.97 | 0.46 | 0.18 | 328.51 | 0.94 | 0.42 |
| Hex | D0 | 6 | 70 | 0 | 61 | 2E | 12 | 149 | 5E | 2A |
| Octal | 320 | 6 | 160 | 0 | 141 | 56 | 22 | 511 | 136 | 52 |
| Binary | 11010000 | 110 | 1110000 | 0 | 1100001 | 101110 | 10010 | 101001001 | 1011110 | 101010 |
Color Harmonies of #D00670
Complementary color
Monochromatic Colors of #D00670
Black with #D00670
Text Example
Text Example
White with #D00670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00670; }
p { color: rgb(208,6,112); }
H1.HeaderClassName
{
color: #D00670;
}
.AnyTagClassName
{
color: #D00670;
}
</style>
background-color css
<style>
a { background-color: #D00670; }
a { background-color: rgb(208,6,112); }
div.DivClassName
{
background-color: #D00670;
}
.BgClassName
{
background-color: #D00670;
}
</style>
border-color css
<style>
span { border-color: #D00670; }
span { border-color: rgb(208,6,112); }
td.TdClassName
{
border-color: #D00670;
}
.TagClassName
{
border-color: #D00670;
}
</style>