Shades of Ruby #D60967
Tints of Ruby #D60967
RGB
CMYK
RGB Variations
Color information
#D60967 (or 0xD60967) is known color: Ruby. HEX triplet: D6, 09 and 67. RGB value is (214,9,103). Sum of RGB (Red+Green+Blue) = 214+9+103=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D60967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60967 is #29F698. Grayscale: #505050. Windows color (decimal): -2750105 or 6752726. OLE color: 6752726.
HSL color Cylindrical-coordinate representation of color #D60967: hue angle of 332.49º 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 #D60967 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.16 |
| HSL | 332.49º | 0.92% | 0.44% | - |
| HSV(B) | 332.49º | 0.96% | 0.84% | - |
| XYZ | 30.28 | 15.47 | 14.22 | - |
| YUV | 81.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 103 | 0 | 0.96 | 0.52 | 0.16 | 332.49 | 0.92 | 0.44 |
| Hex | D6 | 9 | 67 | 0 | 60 | 34 | 10 | 14C | 5C | 2C |
| Octal | 326 | 11 | 147 | 0 | 140 | 64 | 20 | 514 | 134 | 54 |
| Binary | 11010110 | 1001 | 1100111 | 0 | 1100000 | 110100 | 10000 | 101001100 | 1011100 | 101100 |
Color Harmonies of #D60967
Complementary color
Monochromatic Colors of #D60967
Black with #D60967
Text Example
Text Example
White with #D60967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60967; }
p { color: rgb(214,9,103); }
H1.HeaderClassName
{
color: #D60967;
}
.AnyTagClassName
{
color: #D60967;
}
</style>
background-color css
<style>
a { background-color: #D60967; }
a { background-color: rgb(214,9,103); }
div.DivClassName
{
background-color: #D60967;
}
.BgClassName
{
background-color: #D60967;
}
</style>
border-color css
<style>
span { border-color: #D60967; }
span { border-color: rgb(214,9,103); }
td.TdClassName
{
border-color: #D60967;
}
.TagClassName
{
border-color: #D60967;
}
</style>