Shades of Ruby #D00568
Tints of Ruby #D00568
RGB
CMYK
RGB Variations
Color information
#D00568 (or 0xD00568) is known color: Ruby. HEX triplet: D0, 05 and 68. RGB value is (208,5,104). Sum of RGB (Red+Green+Blue) = 208+5+104=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D00568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00568 is #2FFA97. Grayscale: #4C4C4C. Windows color (decimal): -3144344 or 6817232. OLE color: 6817232.
HSL color Cylindrical-coordinate representation of color #D00568: hue angle of 330.74º 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 #D00568 is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.18 |
| HSL | 330.74º | 0.95% | 0.42% | - |
| HSV(B) | 330.74º | 0.98% | 0.82% | - |
| XYZ | 28.57 | 14.52 | 14.39 | - |
| YUV | 76.98 | 143.25 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 104 | 0 | 0.98 | 0.5 | 0.18 | 330.74 | 0.95 | 0.42 |
| Hex | D0 | 5 | 68 | 0 | 62 | 32 | 12 | 14B | 5F | 2A |
| Octal | 320 | 5 | 150 | 0 | 142 | 62 | 22 | 513 | 137 | 52 |
| Binary | 11010000 | 101 | 1101000 | 0 | 1100010 | 110010 | 10010 | 101001011 | 1011111 | 101010 |
Color Harmonies of #D00568
Complementary color
Monochromatic Colors of #D00568
Black with #D00568
Text Example
Text Example
White with #D00568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00568; }
p { color: rgb(208,5,104); }
H1.HeaderClassName
{
color: #D00568;
}
.AnyTagClassName
{
color: #D00568;
}
</style>
background-color css
<style>
a { background-color: #D00568; }
a { background-color: rgb(208,5,104); }
div.DivClassName
{
background-color: #D00568;
}
.BgClassName
{
background-color: #D00568;
}
</style>
border-color css
<style>
span { border-color: #D00568; }
span { border-color: rgb(208,5,104); }
td.TdClassName
{
border-color: #D00568;
}
.TagClassName
{
border-color: #D00568;
}
</style>