Shades of Ruby #D60271
Tints of Ruby #D60271
RGB
CMYK
RGB Variations
Color information
#D60271 (or 0xD60271) is known color: Ruby. HEX triplet: D6, 02 and 71. RGB value is (214,2,113). Sum of RGB (Red+Green+Blue) = 214+2+113=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D60271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60271 is #29FD8E. Grayscale: #4D4D4D. Windows color (decimal): -2751887 or 7406294. OLE color: 7406294.
HSL color Cylindrical-coordinate representation of color #D60271: hue angle of 328.58º 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 #D60271 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.16 |
| HSL | 328.58º | 0.98% | 0.42% | - |
| HSV(B) | 328.58º | 0.99% | 0.84% | - |
| XYZ | 30.73 | 15.53 | 17 | - |
| YUV | 78.04 | 147.74 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 113 | 0 | 0.99 | 0.47 | 0.16 | 328.58 | 0.98 | 0.42 |
| Hex | D6 | 2 | 71 | 0 | 63 | 2F | 10 | 149 | 62 | 2A |
| Octal | 326 | 2 | 161 | 0 | 143 | 57 | 20 | 511 | 142 | 52 |
| Binary | 11010110 | 10 | 1110001 | 0 | 1100011 | 101111 | 10000 | 101001001 | 1100010 | 101010 |
Color Harmonies of #D60271
Complementary color
Monochromatic Colors of #D60271
Black with #D60271
Text Example
Text Example
White with #D60271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60271; }
p { color: rgb(214,2,113); }
H1.HeaderClassName
{
color: #D60271;
}
.AnyTagClassName
{
color: #D60271;
}
</style>
background-color css
<style>
a { background-color: #D60271; }
a { background-color: rgb(214,2,113); }
div.DivClassName
{
background-color: #D60271;
}
.BgClassName
{
background-color: #D60271;
}
</style>
border-color css
<style>
span { border-color: #D60271; }
span { border-color: rgb(214,2,113); }
td.TdClassName
{
border-color: #D60271;
}
.TagClassName
{
border-color: #D60271;
}
</style>