Shades of Ruby #D01D68
Tints of Ruby #D01D68
RGB
CMYK
RGB Variations
Color information
#D01D68 (or 0xD01D68) is known color: Ruby. HEX triplet: D0, 1D and 68. RGB value is (208,29,104). Sum of RGB (Red+Green+Blue) = 208+29+104=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D68 is #2FE297. Grayscale: #5A5A5A. Windows color (decimal): -3138200 or 6823376. OLE color: 6823376.
HSL color Cylindrical-coordinate representation of color #D01D68: hue angle of 334.86º 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 #D01D68 is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 104 | - |
| CMYK | 0 | 0.86 | 0.5 | 0.18 |
| HSL | 334.86º | 0.76% | 0.46% | - |
| HSV(B) | 334.86º | 0.86% | 0.82% | - |
| XYZ | 28.95 | 15.29 | 14.52 | - |
| YUV | 91.07 | 135.3 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 104 | 0 | 0.86 | 0.5 | 0.18 | 334.86 | 0.76 | 0.46 |
| Hex | D0 | 1D | 68 | 0 | 56 | 32 | 12 | 14F | 4C | 2E |
| Octal | 320 | 35 | 150 | 0 | 126 | 62 | 22 | 517 | 114 | 56 |
| Binary | 11010000 | 11101 | 1101000 | 0 | 1010110 | 110010 | 10010 | 101001111 | 1001100 | 101110 |
Color Harmonies of #D01D68
Complementary color
Monochromatic Colors of #D01D68
Black with #D01D68
Text Example
Text Example
White with #D01D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01D68; }
p { color: rgb(208,29,104); }
H1.HeaderClassName
{
color: #D01D68;
}
.AnyTagClassName
{
color: #D01D68;
}
</style>
background-color css
<style>
a { background-color: #D01D68; }
a { background-color: rgb(208,29,104); }
div.DivClassName
{
background-color: #D01D68;
}
.BgClassName
{
background-color: #D01D68;
}
</style>
border-color css
<style>
span { border-color: #D01D68; }
span { border-color: rgb(208,29,104); }
td.TdClassName
{
border-color: #D01D68;
}
.TagClassName
{
border-color: #D01D68;
}
</style>