Shades of Ruby #D70568
Tints of Ruby #D70568
RGB
CMYK
RGB Variations
Color information
#D70568 (or 0xD70568) is known color: Ruby. HEX triplet: D7, 05 and 68. RGB value is (215,5,104). Sum of RGB (Red+Green+Blue) = 215+5+104=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D70568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70568 is #28FA97. Grayscale: #4E4E4E. Windows color (decimal): -2685592 or 6817239. OLE color: 6817239.
HSL color Cylindrical-coordinate representation of color #D70568: hue angle of 331.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70568 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.16 |
| HSL | 331.71º | 0.95% | 0.43% | - |
| HSV(B) | 331.71º | 0.98% | 0.84% | - |
| XYZ | 30.58 | 15.56 | 14.49 | - |
| YUV | 79.08 | 142.07 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 104 | 0 | 0.98 | 0.52 | 0.16 | 331.71 | 0.95 | 0.43 |
| Hex | D7 | 5 | 68 | 0 | 62 | 34 | 10 | 14C | 5F | 2B |
| Octal | 327 | 5 | 150 | 0 | 142 | 64 | 20 | 514 | 137 | 53 |
| Binary | 11010111 | 101 | 1101000 | 0 | 1100010 | 110100 | 10000 | 101001100 | 1011111 | 101011 |
Color Harmonies of #D70568
Complementary color
Monochromatic Colors of #D70568
Black with #D70568
Text Example
Text Example
White with #D70568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70568; }
p { color: rgb(215,5,104); }
H1.HeaderClassName
{
color: #D70568;
}
.AnyTagClassName
{
color: #D70568;
}
</style>
background-color css
<style>
a { background-color: #D70568; }
a { background-color: rgb(215,5,104); }
div.DivClassName
{
background-color: #D70568;
}
.BgClassName
{
background-color: #D70568;
}
</style>
border-color css
<style>
span { border-color: #D70568; }
span { border-color: rgb(215,5,104); }
td.TdClassName
{
border-color: #D70568;
}
.TagClassName
{
border-color: #D70568;
}
</style>