Shades of Ruby #D61569
Tints of Ruby #D61569
RGB
CMYK
RGB Variations
Color information
#D61569 (or 0xD61569) is known color: Ruby. HEX triplet: D6, 15 and 69. RGB value is (214,21,105). Sum of RGB (Red+Green+Blue) = 214+21+105=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D61569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61569 is #29EA96. Grayscale: #585858. Windows color (decimal): -2747031 or 6886870. OLE color: 6886870.
HSL color Cylindrical-coordinate representation of color #D61569: hue angle of 333.89º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61569 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 105 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.16 |
| HSL | 333.89º | 0.82% | 0.46% | - |
| HSV(B) | 333.89º | 0.9% | 0.84% | - |
| XYZ | 30.55 | 15.85 | 14.81 | - |
| YUV | 88.28 | 137.44 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 105 | 0 | 0.90 | 0.51 | 0.16 | 333.89 | 0.82 | 0.46 |
| Hex | D6 | 15 | 69 | 0 | 5A | 33 | 10 | 14E | 52 | 2E |
| Octal | 326 | 25 | 151 | 0 | 132 | 63 | 20 | 516 | 122 | 56 |
| Binary | 11010110 | 10101 | 1101001 | 0 | 1011010 | 110011 | 10000 | 101001110 | 1010010 | 101110 |
Color Harmonies of #D61569
Complementary color
Monochromatic Colors of #D61569
Black with #D61569
Text Example
Text Example
White with #D61569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61569; }
p { color: rgb(214,21,105); }
H1.HeaderClassName
{
color: #D61569;
}
.AnyTagClassName
{
color: #D61569;
}
</style>
background-color css
<style>
a { background-color: #D61569; }
a { background-color: rgb(214,21,105); }
div.DivClassName
{
background-color: #D61569;
}
.BgClassName
{
background-color: #D61569;
}
</style>
border-color css
<style>
span { border-color: #D61569; }
span { border-color: rgb(214,21,105); }
td.TdClassName
{
border-color: #D61569;
}
.TagClassName
{
border-color: #D61569;
}
</style>