Shades of Ruby #D70567
Tints of Ruby #D70567
RGB
CMYK
RGB Variations
Color information
#D70567 (or 0xD70567) is known color: Ruby. HEX triplet: D7, 05 and 67. RGB value is (215,5,103). Sum of RGB (Red+Green+Blue) = 215+5+103=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D70567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70567 is #28FA98. Grayscale: #4E4E4E. Windows color (decimal): -2685593 or 6751703. OLE color: 6751703.
HSL color Cylindrical-coordinate representation of color #D70567: hue angle of 332º 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 #D70567 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 103 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.16 |
| HSL | 332º | 0.95% | 0.43% | - |
| HSV(B) | 332º | 0.98% | 0.84% | - |
| XYZ | 30.53 | 15.53 | 14.22 | - |
| YUV | 78.96 | 141.57 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 103 | 0 | 0.98 | 0.52 | 0.16 | 332 | 0.95 | 0.43 |
| Hex | D7 | 5 | 67 | 0 | 62 | 34 | 10 | 14C | 5F | 2B |
| Octal | 327 | 5 | 147 | 0 | 142 | 64 | 20 | 514 | 137 | 53 |
| Binary | 11010111 | 101 | 1100111 | 0 | 1100010 | 110100 | 10000 | 101001100 | 1011111 | 101011 |
Color Harmonies of #D70567
Complementary color
Monochromatic Colors of #D70567
Black with #D70567
Text Example
Text Example
White with #D70567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70567; }
p { color: rgb(215,5,103); }
H1.HeaderClassName
{
color: #D70567;
}
.AnyTagClassName
{
color: #D70567;
}
</style>
background-color css
<style>
a { background-color: #D70567; }
a { background-color: rgb(215,5,103); }
div.DivClassName
{
background-color: #D70567;
}
.BgClassName
{
background-color: #D70567;
}
</style>
border-color css
<style>
span { border-color: #D70567; }
span { border-color: rgb(215,5,103); }
td.TdClassName
{
border-color: #D70567;
}
.TagClassName
{
border-color: #D70567;
}
</style>