Shades of Ruby #D10567
Tints of Ruby #D10567
RGB
CMYK
RGB Variations
Color information
#D10567 (or 0xD10567) is known color: Ruby. HEX triplet: D1, 05 and 67. RGB value is (209,5,103). Sum of RGB (Red+Green+Blue) = 209+5+103=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D10567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10567 is #2EFA98. Grayscale: #4C4C4C. Windows color (decimal): -3078809 or 6751697. OLE color: 6751697.
HSL color Cylindrical-coordinate representation of color #D10567: hue angle of 331.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10567 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 103 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.18 |
| HSL | 331.18º | 0.95% | 0.42% | - |
| HSV(B) | 331.18º | 0.98% | 0.82% | - |
| XYZ | 28.8 | 14.64 | 14.14 | - |
| YUV | 77.17 | 142.59 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 103 | 0 | 0.98 | 0.51 | 0.18 | 331.18 | 0.95 | 0.42 |
| Hex | D1 | 5 | 67 | 0 | 62 | 33 | 12 | 14B | 5F | 2A |
| Octal | 321 | 5 | 147 | 0 | 142 | 63 | 22 | 513 | 137 | 52 |
| Binary | 11010001 | 101 | 1100111 | 0 | 1100010 | 110011 | 10010 | 101001011 | 1011111 | 101010 |
Color Harmonies of #D10567
Complementary color
Monochromatic Colors of #D10567
Black with #D10567
Text Example
Text Example
White with #D10567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10567; }
p { color: rgb(209,5,103); }
H1.HeaderClassName
{
color: #D10567;
}
.AnyTagClassName
{
color: #D10567;
}
</style>
background-color css
<style>
a { background-color: #D10567; }
a { background-color: rgb(209,5,103); }
div.DivClassName
{
background-color: #D10567;
}
.BgClassName
{
background-color: #D10567;
}
</style>
border-color css
<style>
span { border-color: #D10567; }
span { border-color: rgb(209,5,103); }
td.TdClassName
{
border-color: #D10567;
}
.TagClassName
{
border-color: #D10567;
}
</style>