Shades of Ruby #D71867
Tints of Ruby #D71867
RGB
CMYK
RGB Variations
Color information
#D71867 (or 0xD71867) is known color: Ruby. HEX triplet: D7, 18 and 67. RGB value is (215,24,103). Sum of RGB (Red+Green+Blue) = 215+24+103=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D71867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71867 is #28E798. Grayscale: #595959. Windows color (decimal): -2680729 or 6756567. OLE color: 6756567.
HSL color Cylindrical-coordinate representation of color #D71867: hue angle of 335.18º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71867 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 103 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.16 |
| HSL | 335.18º | 0.8% | 0.47% | - |
| HSV(B) | 335.18º | 0.89% | 0.84% | - |
| XYZ | 30.8 | 16.08 | 14.31 | - |
| YUV | 90.12 | 135.28 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 103 | 0 | 0.89 | 0.52 | 0.16 | 335.18 | 0.8 | 0.47 |
| Hex | D7 | 18 | 67 | 0 | 59 | 34 | 10 | 14F | 50 | 2F |
| Octal | 327 | 30 | 147 | 0 | 131 | 64 | 20 | 517 | 120 | 57 |
| Binary | 11010111 | 11000 | 1100111 | 0 | 1011001 | 110100 | 10000 | 101001111 | 1010000 | 101111 |
Color Harmonies of #D71867
Complementary color
Monochromatic Colors of #D71867
Black with #D71867
Text Example
Text Example
White with #D71867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71867; }
p { color: rgb(215,24,103); }
H1.HeaderClassName
{
color: #D71867;
}
.AnyTagClassName
{
color: #D71867;
}
</style>
background-color css
<style>
a { background-color: #D71867; }
a { background-color: rgb(215,24,103); }
div.DivClassName
{
background-color: #D71867;
}
.BgClassName
{
background-color: #D71867;
}
</style>
border-color css
<style>
span { border-color: #D71867; }
span { border-color: rgb(215,24,103); }
td.TdClassName
{
border-color: #D71867;
}
.TagClassName
{
border-color: #D71867;
}
</style>