Shades of Ruby #D60968
Tints of Ruby #D60968
RGB
CMYK
RGB Variations
Color information
#D60968 (or 0xD60968) is known color: Ruby. HEX triplet: D6, 09 and 68. RGB value is (214,9,104). Sum of RGB (Red+Green+Blue) = 214+9+104=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D60968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60968 is #29F697. Grayscale: #505050. Windows color (decimal): -2750104 or 6818262. OLE color: 6818262.
HSL color Cylindrical-coordinate representation of color #D60968: hue angle of 332.2º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60968 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.16 |
| HSL | 332.2º | 0.92% | 0.44% | - |
| HSV(B) | 332.2º | 0.96% | 0.84% | - |
| XYZ | 30.33 | 15.49 | 14.49 | - |
| YUV | 81.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 104 | 0 | 0.96 | 0.51 | 0.16 | 332.2 | 0.92 | 0.44 |
| Hex | D6 | 9 | 68 | 0 | 60 | 33 | 10 | 14C | 5C | 2C |
| Octal | 326 | 11 | 150 | 0 | 140 | 63 | 20 | 514 | 134 | 54 |
| Binary | 11010110 | 1001 | 1101000 | 0 | 1100000 | 110011 | 10000 | 101001100 | 1011100 | 101100 |
Color Harmonies of #D60968
Complementary color
Monochromatic Colors of #D60968
Black with #D60968
Text Example
Text Example
White with #D60968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60968; }
p { color: rgb(214,9,104); }
H1.HeaderClassName
{
color: #D60968;
}
.AnyTagClassName
{
color: #D60968;
}
</style>
background-color css
<style>
a { background-color: #D60968; }
a { background-color: rgb(214,9,104); }
div.DivClassName
{
background-color: #D60968;
}
.BgClassName
{
background-color: #D60968;
}
</style>
border-color css
<style>
span { border-color: #D60968; }
span { border-color: rgb(214,9,104); }
td.TdClassName
{
border-color: #D60968;
}
.TagClassName
{
border-color: #D60968;
}
</style>