Shades of Ruby #D01965
Tints of Ruby #D01965
RGB
CMYK
RGB Variations
Color information
#D01965 (or 0xD01965) is known color: Ruby. HEX triplet: D0, 19 and 65. RGB value is (208,25,101). Sum of RGB (Red+Green+Blue) = 208+25+101=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D01965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01965 is #2FE69A. Grayscale: #585858. Windows color (decimal): -3139227 or 6625744. OLE color: 6625744.
HSL color Cylindrical-coordinate representation of color #D01965: hue angle of 335.08º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01965 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 101 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.18 |
| HSL | 335.08º | 0.79% | 0.46% | - |
| HSV(B) | 335.08º | 0.88% | 0.82% | - |
| XYZ | 28.71 | 15.04 | 13.7 | - |
| YUV | 88.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 101 | 0 | 0.88 | 0.51 | 0.18 | 335.08 | 0.79 | 0.46 |
| Hex | D0 | 19 | 65 | 0 | 58 | 33 | 12 | 14F | 4F | 2E |
| Octal | 320 | 31 | 145 | 0 | 130 | 63 | 22 | 517 | 117 | 56 |
| Binary | 11010000 | 11001 | 1100101 | 0 | 1011000 | 110011 | 10010 | 101001111 | 1001111 | 101110 |
Color Harmonies of #D01965
Complementary color
Monochromatic Colors of #D01965
Black with #D01965
Text Example
Text Example
White with #D01965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01965; }
p { color: rgb(208,25,101); }
H1.HeaderClassName
{
color: #D01965;
}
.AnyTagClassName
{
color: #D01965;
}
</style>
background-color css
<style>
a { background-color: #D01965; }
a { background-color: rgb(208,25,101); }
div.DivClassName
{
background-color: #D01965;
}
.BgClassName
{
background-color: #D01965;
}
</style>
border-color css
<style>
span { border-color: #D01965; }
span { border-color: rgb(208,25,101); }
td.TdClassName
{
border-color: #D01965;
}
.TagClassName
{
border-color: #D01965;
}
</style>