Shades of Ruby #D60B69
Tints of Ruby #D60B69
RGB
CMYK
RGB Variations
Color information
#D60B69 (or 0xD60B69) is known color: Ruby. HEX triplet: D6, 0B and 69. RGB value is (214,11,105). Sum of RGB (Red+Green+Blue) = 214+11+105=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B69 is #29F496. Grayscale: #525252. Windows color (decimal): -2749591 or 6884310. OLE color: 6884310.
HSL color Cylindrical-coordinate representation of color #D60B69: hue angle of 332.22º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B69 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 105 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.16 |
| HSL | 332.22º | 0.9% | 0.44% | - |
| HSV(B) | 332.22º | 0.95% | 0.84% | - |
| XYZ | 30.4 | 15.56 | 14.76 | - |
| YUV | 82.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 105 | 0 | 0.95 | 0.51 | 0.16 | 332.22 | 0.9 | 0.44 |
| Hex | D6 | B | 69 | 0 | 5F | 33 | 10 | 14C | 5A | 2C |
| Octal | 326 | 13 | 151 | 0 | 137 | 63 | 20 | 514 | 132 | 54 |
| Binary | 11010110 | 1011 | 1101001 | 0 | 1011111 | 110011 | 10000 | 101001100 | 1011010 | 101100 |
Color Harmonies of #D60B69
Complementary color
Monochromatic Colors of #D60B69
Black with #D60B69
Text Example
Text Example
White with #D60B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B69; }
p { color: rgb(214,11,105); }
H1.HeaderClassName
{
color: #D60B69;
}
.AnyTagClassName
{
color: #D60B69;
}
</style>
background-color css
<style>
a { background-color: #D60B69; }
a { background-color: rgb(214,11,105); }
div.DivClassName
{
background-color: #D60B69;
}
.BgClassName
{
background-color: #D60B69;
}
</style>
border-color css
<style>
span { border-color: #D60B69; }
span { border-color: rgb(214,11,105); }
td.TdClassName
{
border-color: #D60B69;
}
.TagClassName
{
border-color: #D60B69;
}
</style>