Shades of Ruby #D01D65
Tints of Ruby #D01D65
RGB
CMYK
RGB Variations
Color information
#D01D65 (or 0xD01D65) is known color: Ruby. HEX triplet: D0, 1D and 65. RGB value is (208,29,101). Sum of RGB (Red+Green+Blue) = 208+29+101=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D65 is #2FE29A. Grayscale: #5A5A5A. Windows color (decimal): -3138203 or 6626768. OLE color: 6626768.
HSL color Cylindrical-coordinate representation of color #D01D65: hue angle of 335.87º 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 #D01D65 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 101 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.18 |
| HSL | 335.87º | 0.76% | 0.46% | - |
| HSV(B) | 335.87º | 0.86% | 0.82% | - |
| XYZ | 28.8 | 15.23 | 13.73 | - |
| YUV | 90.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 101 | 0 | 0.86 | 0.51 | 0.18 | 335.87 | 0.76 | 0.46 |
| Hex | D0 | 1D | 65 | 0 | 56 | 33 | 12 | 150 | 4C | 2E |
| Octal | 320 | 35 | 145 | 0 | 126 | 63 | 22 | 520 | 114 | 56 |
| Binary | 11010000 | 11101 | 1100101 | 0 | 1010110 | 110011 | 10010 | 101010000 | 1001100 | 101110 |
Color Harmonies of #D01D65
Complementary color
Monochromatic Colors of #D01D65
Black with #D01D65
Text Example
Text Example
White with #D01D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01D65; }
p { color: rgb(208,29,101); }
H1.HeaderClassName
{
color: #D01D65;
}
.AnyTagClassName
{
color: #D01D65;
}
</style>
background-color css
<style>
a { background-color: #D01D65; }
a { background-color: rgb(208,29,101); }
div.DivClassName
{
background-color: #D01D65;
}
.BgClassName
{
background-color: #D01D65;
}
</style>
border-color css
<style>
span { border-color: #D01D65; }
span { border-color: rgb(208,29,101); }
td.TdClassName
{
border-color: #D01D65;
}
.TagClassName
{
border-color: #D01D65;
}
</style>