Shades of Ruby #D60270
Tints of Ruby #D60270
RGB
CMYK
RGB Variations
Color information
#D60270 (or 0xD60270) is known color: Ruby. HEX triplet: D6, 02 and 70. RGB value is (214,2,112). Sum of RGB (Red+Green+Blue) = 214+2+112=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D60270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60270 is #29FD8F. Grayscale: #4D4D4D. Windows color (decimal): -2751888 or 7340758. OLE color: 7340758.
HSL color Cylindrical-coordinate representation of color #D60270: hue angle of 328.87º 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 #D60270 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.16 |
| HSL | 328.87º | 0.98% | 0.42% | - |
| HSV(B) | 328.87º | 0.99% | 0.84% | - |
| XYZ | 30.68 | 15.51 | 16.71 | - |
| YUV | 77.93 | 147.24 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 112 | 0 | 0.99 | 0.48 | 0.16 | 328.87 | 0.98 | 0.42 |
| Hex | D6 | 2 | 70 | 0 | 63 | 30 | 10 | 149 | 62 | 2A |
| Octal | 326 | 2 | 160 | 0 | 143 | 60 | 20 | 511 | 142 | 52 |
| Binary | 11010110 | 10 | 1110000 | 0 | 1100011 | 110000 | 10000 | 101001001 | 1100010 | 101010 |
Color Harmonies of #D60270
Complementary color
Monochromatic Colors of #D60270
Black with #D60270
Text Example
Text Example
White with #D60270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60270; }
p { color: rgb(214,2,112); }
H1.HeaderClassName
{
color: #D60270;
}
.AnyTagClassName
{
color: #D60270;
}
</style>
background-color css
<style>
a { background-color: #D60270; }
a { background-color: rgb(214,2,112); }
div.DivClassName
{
background-color: #D60270;
}
.BgClassName
{
background-color: #D60270;
}
</style>
border-color css
<style>
span { border-color: #D60270; }
span { border-color: rgb(214,2,112); }
td.TdClassName
{
border-color: #D60270;
}
.TagClassName
{
border-color: #D60270;
}
</style>