Shades of Ruby #D01567
Tints of Ruby #D01567
RGB
CMYK
RGB Variations
Color information
#D01567 (or 0xD01567) is known color: Ruby. HEX triplet: D0, 15 and 67. RGB value is (208,21,103). Sum of RGB (Red+Green+Blue) = 208+21+103=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D01567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01567 is #2FEA98. Grayscale: #565656. Windows color (decimal): -3140249 or 6755792. OLE color: 6755792.
HSL color Cylindrical-coordinate representation of color #D01567: hue angle of 333.69º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01567 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.18 |
| HSL | 333.69º | 0.82% | 0.45% | - |
| HSV(B) | 333.69º | 0.9% | 0.82% | - |
| XYZ | 28.73 | 14.93 | 14.2 | - |
| YUV | 86.26 | 137.45 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 103 | 0 | 0.90 | 0.50 | 0.18 | 333.69 | 0.82 | 0.45 |
| Hex | D0 | 15 | 67 | 0 | 5A | 32 | 12 | 14E | 52 | 2D |
| Octal | 320 | 25 | 147 | 0 | 132 | 62 | 22 | 516 | 122 | 55 |
| Binary | 11010000 | 10101 | 1100111 | 0 | 1011010 | 110010 | 10010 | 101001110 | 1010010 | 101101 |
Color Harmonies of #D01567
Complementary color
Monochromatic Colors of #D01567
Black with #D01567
Text Example
Text Example
White with #D01567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01567; }
p { color: rgb(208,21,103); }
H1.HeaderClassName
{
color: #D01567;
}
.AnyTagClassName
{
color: #D01567;
}
</style>
background-color css
<style>
a { background-color: #D01567; }
a { background-color: rgb(208,21,103); }
div.DivClassName
{
background-color: #D01567;
}
.BgClassName
{
background-color: #D01567;
}
</style>
border-color css
<style>
span { border-color: #D01567; }
span { border-color: rgb(208,21,103); }
td.TdClassName
{
border-color: #D01567;
}
.TagClassName
{
border-color: #D01567;
}
</style>