Shades of Ruby #D60969
Tints of Ruby #D60969
RGB
CMYK
RGB Variations
Color information
#D60969 (or 0xD60969) is known color: Ruby. HEX triplet: D6, 09 and 69. RGB value is (214,9,105). Sum of RGB (Red+Green+Blue) = 214+9+105=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D60969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60969 is #29F696. Grayscale: #515151. Windows color (decimal): -2750103 or 6883798. OLE color: 6883798.
HSL color Cylindrical-coordinate representation of color #D60969: hue angle of 331.9º 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 #D60969 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 105 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.16 |
| HSL | 331.9º | 0.92% | 0.44% | - |
| HSV(B) | 331.9º | 0.96% | 0.84% | - |
| XYZ | 30.38 | 15.51 | 14.76 | - |
| YUV | 81.24 | 141.42 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 105 | 0 | 0.96 | 0.51 | 0.16 | 331.9 | 0.92 | 0.44 |
| Hex | D6 | 9 | 69 | 0 | 60 | 33 | 10 | 14C | 5C | 2C |
| Octal | 326 | 11 | 151 | 0 | 140 | 63 | 20 | 514 | 134 | 54 |
| Binary | 11010110 | 1001 | 1101001 | 0 | 1100000 | 110011 | 10000 | 101001100 | 1011100 | 101100 |
Color Harmonies of #D60969
Complementary color
Monochromatic Colors of #D60969
Black with #D60969
Text Example
Text Example
White with #D60969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60969; }
p { color: rgb(214,9,105); }
H1.HeaderClassName
{
color: #D60969;
}
.AnyTagClassName
{
color: #D60969;
}
</style>
background-color css
<style>
a { background-color: #D60969; }
a { background-color: rgb(214,9,105); }
div.DivClassName
{
background-color: #D60969;
}
.BgClassName
{
background-color: #D60969;
}
</style>
border-color css
<style>
span { border-color: #D60969; }
span { border-color: rgb(214,9,105); }
td.TdClassName
{
border-color: #D60969;
}
.TagClassName
{
border-color: #D60969;
}
</style>