Shades of Ruby #D60A68
Tints of Ruby #D60A68
RGB
CMYK
RGB Variations
Color information
#D60A68 (or 0xD60A68) is known color: Ruby. HEX triplet: D6, 0A and 68. RGB value is (214,10,104). Sum of RGB (Red+Green+Blue) = 214+10+104=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A68 is #29F597. Grayscale: #515151. Windows color (decimal): -2749848 or 6818518. OLE color: 6818518.
HSL color Cylindrical-coordinate representation of color #D60A68: hue angle of 332.35º degrees, saturation: 0.91, 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 #D60A68 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 104 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.16 |
| HSL | 332.35º | 0.91% | 0.44% | - |
| HSV(B) | 332.35º | 0.95% | 0.84% | - |
| XYZ | 30.34 | 15.51 | 14.49 | - |
| YUV | 81.71 | 140.59 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 104 | 0 | 0.95 | 0.51 | 0.16 | 332.35 | 0.91 | 0.44 |
| Hex | D6 | A | 68 | 0 | 5F | 33 | 10 | 14C | 5B | 2C |
| Octal | 326 | 12 | 150 | 0 | 137 | 63 | 20 | 514 | 133 | 54 |
| Binary | 11010110 | 1010 | 1101000 | 0 | 1011111 | 110011 | 10000 | 101001100 | 1011011 | 101100 |
Color Harmonies of #D60A68
Complementary color
Monochromatic Colors of #D60A68
Black with #D60A68
Text Example
Text Example
White with #D60A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A68; }
p { color: rgb(214,10,104); }
H1.HeaderClassName
{
color: #D60A68;
}
.AnyTagClassName
{
color: #D60A68;
}
</style>
background-color css
<style>
a { background-color: #D60A68; }
a { background-color: rgb(214,10,104); }
div.DivClassName
{
background-color: #D60A68;
}
.BgClassName
{
background-color: #D60A68;
}
</style>
border-color css
<style>
span { border-color: #D60A68; }
span { border-color: rgb(214,10,104); }
td.TdClassName
{
border-color: #D60A68;
}
.TagClassName
{
border-color: #D60A68;
}
</style>