Shades of Ruby #D61553
Tints of Ruby #D61553
RGB
CMYK
RGB Variations
Color information
#D61553 (or 0xD61553) is known color: Ruby. HEX triplet: D6, 15 and 53. RGB value is (214,21,83). Sum of RGB (Red+Green+Blue) = 214+21+83=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D61553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61553 is #29EAAC. Grayscale: #555555. Windows color (decimal): -2747053 or 5445078. OLE color: 5445078.
HSL color Cylindrical-coordinate representation of color #D61553: hue angle of 340.73º 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 #D61553 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.16 |
| HSL | 340.73º | 0.82% | 0.46% | - |
| HSV(B) | 340.73º | 0.9% | 0.84% | - |
| XYZ | 29.56 | 15.46 | 9.61 | - |
| YUV | 85.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 83 | 0 | 0.90 | 0.61 | 0.16 | 340.73 | 0.82 | 0.46 |
| Hex | D6 | 15 | 53 | 0 | 5A | 3D | 10 | 155 | 52 | 2E |
| Octal | 326 | 25 | 123 | 0 | 132 | 75 | 20 | 525 | 122 | 56 |
| Binary | 11010110 | 10101 | 1010011 | 0 | 1011010 | 111101 | 10000 | 101010101 | 1010010 | 101110 |
Color Harmonies of #D61553
Complementary color
Monochromatic Colors of #D61553
Black with #D61553
Text Example
Text Example
White with #D61553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61553; }
p { color: rgb(214,21,83); }
H1.HeaderClassName
{
color: #D61553;
}
.AnyTagClassName
{
color: #D61553;
}
</style>
background-color css
<style>
a { background-color: #D61553; }
a { background-color: rgb(214,21,83); }
div.DivClassName
{
background-color: #D61553;
}
.BgClassName
{
background-color: #D61553;
}
</style>
border-color css
<style>
span { border-color: #D61553; }
span { border-color: rgb(214,21,83); }
td.TdClassName
{
border-color: #D61553;
}
.TagClassName
{
border-color: #D61553;
}
</style>