Shades of Ruby #D60869
Tints of Ruby #D60869
RGB
CMYK
RGB Variations
Color information
#D60869 (or 0xD60869) is known color: Ruby. HEX triplet: D6, 08 and 69. RGB value is (214,8,105). Sum of RGB (Red+Green+Blue) = 214+8+105=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D60869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60869 is #29F796. Grayscale: #505050. Windows color (decimal): -2750359 or 6883542. OLE color: 6883542.
HSL color Cylindrical-coordinate representation of color #D60869: hue angle of 331.75º degrees, saturation: 0.93, 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 #D60869 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.16 |
| HSL | 331.75º | 0.93% | 0.44% | - |
| HSV(B) | 331.75º | 0.96% | 0.84% | - |
| XYZ | 30.37 | 15.49 | 14.75 | - |
| YUV | 80.65 | 141.75 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 105 | 0 | 0.96 | 0.51 | 0.16 | 331.75 | 0.93 | 0.44 |
| Hex | D6 | 8 | 69 | 0 | 60 | 33 | 10 | 14C | 5D | 2C |
| Octal | 326 | 10 | 151 | 0 | 140 | 63 | 20 | 514 | 135 | 54 |
| Binary | 11010110 | 1000 | 1101001 | 0 | 1100000 | 110011 | 10000 | 101001100 | 1011101 | 101100 |
Color Harmonies of #D60869
Complementary color
Monochromatic Colors of #D60869
Black with #D60869
Text Example
Text Example
White with #D60869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60869; }
p { color: rgb(214,8,105); }
H1.HeaderClassName
{
color: #D60869;
}
.AnyTagClassName
{
color: #D60869;
}
</style>
background-color css
<style>
a { background-color: #D60869; }
a { background-color: rgb(214,8,105); }
div.DivClassName
{
background-color: #D60869;
}
.BgClassName
{
background-color: #D60869;
}
</style>
border-color css
<style>
span { border-color: #D60869; }
span { border-color: rgb(214,8,105); }
td.TdClassName
{
border-color: #D60869;
}
.TagClassName
{
border-color: #D60869;
}
</style>