Shades of Ruby #D01D70
Tints of Ruby #D01D70
RGB
CMYK
RGB Variations
Color information
#D01D70 (or 0xD01D70) is known color: Ruby. HEX triplet: D0, 1D and 70. RGB value is (208,29,112). Sum of RGB (Red+Green+Blue) = 208+29+112=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D70 is #2FE28F. Grayscale: #5B5B5B. Windows color (decimal): -3138192 or 7347664. OLE color: 7347664.
HSL color Cylindrical-coordinate representation of color #D01D70: hue angle of 332.18º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D70 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 112 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.18 |
| HSL | 332.18º | 0.76% | 0.46% | - |
| HSV(B) | 332.18º | 0.86% | 0.82% | - |
| XYZ | 29.38 | 15.46 | 16.76 | - |
| YUV | 91.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 112 | 0 | 0.86 | 0.46 | 0.18 | 332.18 | 0.76 | 0.46 |
| Hex | D0 | 1D | 70 | 0 | 56 | 2E | 12 | 14C | 4C | 2E |
| Octal | 320 | 35 | 160 | 0 | 126 | 56 | 22 | 514 | 114 | 56 |
| Binary | 11010000 | 11101 | 1110000 | 0 | 1010110 | 101110 | 10010 | 101001100 | 1001100 | 101110 |
Color Harmonies of #D01D70
Complementary color
Monochromatic Colors of #D01D70
Black with #D01D70
Text Example
Text Example
White with #D01D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01D70; }
p { color: rgb(208,29,112); }
H1.HeaderClassName
{
color: #D01D70;
}
.AnyTagClassName
{
color: #D01D70;
}
</style>
background-color css
<style>
a { background-color: #D01D70; }
a { background-color: rgb(208,29,112); }
div.DivClassName
{
background-color: #D01D70;
}
.BgClassName
{
background-color: #D01D70;
}
</style>
border-color css
<style>
span { border-color: #D01D70; }
span { border-color: rgb(208,29,112); }
td.TdClassName
{
border-color: #D01D70;
}
.TagClassName
{
border-color: #D01D70;
}
</style>