Shades of Ruby #D01064
Tints of Ruby #D01064
RGB
CMYK
RGB Variations
Color information
#D01064 (or 0xD01064) is known color: Ruby. HEX triplet: D0, 10 and 64. RGB value is (208,16,100). Sum of RGB (Red+Green+Blue) = 208+16+100=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D01064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01064 is #2FEF9B. Grayscale: #525252. Windows color (decimal): -3141532 or 6557904. OLE color: 6557904.
HSL color Cylindrical-coordinate representation of color #D01064: hue angle of 333.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01064 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 100 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.18 |
| HSL | 333.75º | 0.86% | 0.44% | - |
| HSV(B) | 333.75º | 0.92% | 0.82% | - |
| XYZ | 28.5 | 14.7 | 13.39 | - |
| YUV | 82.98 | 137.61 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 100 | 0 | 0.92 | 0.52 | 0.18 | 333.75 | 0.86 | 0.44 |
| Hex | D0 | 10 | 64 | 0 | 5C | 34 | 12 | 14E | 56 | 2C |
| Octal | 320 | 20 | 144 | 0 | 134 | 64 | 22 | 516 | 126 | 54 |
| Binary | 11010000 | 10000 | 1100100 | 0 | 1011100 | 110100 | 10010 | 101001110 | 1010110 | 101100 |
Color Harmonies of #D01064
Complementary color
Monochromatic Colors of #D01064
Black with #D01064
Text Example
Text Example
White with #D01064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01064; }
p { color: rgb(208,16,100); }
H1.HeaderClassName
{
color: #D01064;
}
.AnyTagClassName
{
color: #D01064;
}
</style>
background-color css
<style>
a { background-color: #D01064; }
a { background-color: rgb(208,16,100); }
div.DivClassName
{
background-color: #D01064;
}
.BgClassName
{
background-color: #D01064;
}
</style>
border-color css
<style>
span { border-color: #D01064; }
span { border-color: rgb(208,16,100); }
td.TdClassName
{
border-color: #D01064;
}
.TagClassName
{
border-color: #D01064;
}
</style>