Shades of Ruby #D60273
Tints of Ruby #D60273
RGB
CMYK
RGB Variations
Color information
#D60273 (or 0xD60273) is known color: Ruby. HEX triplet: D6, 02 and 73. RGB value is (214,2,115). Sum of RGB (Red+Green+Blue) = 214+2+115=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D60273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60273 is #29FD8C. Grayscale: #4E4E4E. Windows color (decimal): -2751885 or 7537366. OLE color: 7537366.
HSL color Cylindrical-coordinate representation of color #D60273: hue angle of 328.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60273 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.16 |
| HSL | 328.02º | 0.98% | 0.42% | - |
| HSV(B) | 328.02º | 0.99% | 0.84% | - |
| XYZ | 30.85 | 15.58 | 17.6 | - |
| YUV | 78.27 | 148.74 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 115 | 0 | 0.99 | 0.46 | 0.16 | 328.02 | 0.98 | 0.42 |
| Hex | D6 | 2 | 73 | 0 | 63 | 2E | 10 | 148 | 62 | 2A |
| Octal | 326 | 2 | 163 | 0 | 143 | 56 | 20 | 510 | 142 | 52 |
| Binary | 11010110 | 10 | 1110011 | 0 | 1100011 | 101110 | 10000 | 101001000 | 1100010 | 101010 |
Color Harmonies of #D60273
Complementary color
Monochromatic Colors of #D60273
Black with #D60273
Text Example
Text Example
White with #D60273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60273; }
p { color: rgb(214,2,115); }
H1.HeaderClassName
{
color: #D60273;
}
.AnyTagClassName
{
color: #D60273;
}
</style>
background-color css
<style>
a { background-color: #D60273; }
a { background-color: rgb(214,2,115); }
div.DivClassName
{
background-color: #D60273;
}
.BgClassName
{
background-color: #D60273;
}
</style>
border-color css
<style>
span { border-color: #D60273; }
span { border-color: rgb(214,2,115); }
td.TdClassName
{
border-color: #D60273;
}
.TagClassName
{
border-color: #D60273;
}
</style>