Shades of Ruby #D21055
Tints of Ruby #D21055
RGB
CMYK
RGB Variations
Color information
#D21055 (or 0xD21055) is known color: Ruby. HEX triplet: D2, 10 and 55. RGB value is (210,16,85). Sum of RGB (Red+Green+Blue) = 210+16+85=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D21055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21055 is #2DEFAA. Grayscale: #515151. Windows color (decimal): -3010475 or 5574866. OLE color: 5574866.
HSL color Cylindrical-coordinate representation of color #D21055: hue angle of 338.66º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21055 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 85 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.18 |
| HSL | 338.66º | 0.86% | 0.44% | - |
| HSV(B) | 338.66º | 0.92% | 0.82% | - |
| XYZ | 28.4 | 14.73 | 9.94 | - |
| YUV | 81.87 | 129.77 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 85 | 0 | 0.92 | 0.60 | 0.18 | 338.66 | 0.86 | 0.44 |
| Hex | D2 | 10 | 55 | 0 | 5C | 3C | 12 | 153 | 56 | 2C |
| Octal | 322 | 20 | 125 | 0 | 134 | 74 | 22 | 523 | 126 | 54 |
| Binary | 11010010 | 10000 | 1010101 | 0 | 1011100 | 111100 | 10010 | 101010011 | 1010110 | 101100 |
Color Harmonies of #D21055
Complementary color
Monochromatic Colors of #D21055
Black with #D21055
Text Example
Text Example
White with #D21055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21055; }
p { color: rgb(210,16,85); }
H1.HeaderClassName
{
color: #D21055;
}
.AnyTagClassName
{
color: #D21055;
}
</style>
background-color css
<style>
a { background-color: #D21055; }
a { background-color: rgb(210,16,85); }
div.DivClassName
{
background-color: #D21055;
}
.BgClassName
{
background-color: #D21055;
}
</style>
border-color css
<style>
span { border-color: #D21055; }
span { border-color: rgb(210,16,85); }
td.TdClassName
{
border-color: #D21055;
}
.TagClassName
{
border-color: #D21055;
}
</style>