Shades of Ruby #D60368
Tints of Ruby #D60368
RGB
CMYK
RGB Variations
Color information
#D60368 (or 0xD60368) is known color: Ruby. HEX triplet: D6, 03 and 68. RGB value is (214,3,104). Sum of RGB (Red+Green+Blue) = 214+3+104=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D60368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60368 is #29FC97. Grayscale: #4D4D4D. Windows color (decimal): -2751640 or 6816726. OLE color: 6816726.
HSL color Cylindrical-coordinate representation of color #D60368: hue angle of 331.28º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60368 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 104 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.16 |
| HSL | 331.28º | 0.97% | 0.43% | - |
| HSV(B) | 331.28º | 0.99% | 0.84% | - |
| XYZ | 30.26 | 15.36 | 14.47 | - |
| YUV | 77.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 104 | 0 | 0.99 | 0.51 | 0.16 | 331.28 | 0.97 | 0.43 |
| Hex | D6 | 3 | 68 | 0 | 63 | 33 | 10 | 14B | 61 | 2B |
| Octal | 326 | 3 | 150 | 0 | 143 | 63 | 20 | 513 | 141 | 53 |
| Binary | 11010110 | 11 | 1101000 | 0 | 1100011 | 110011 | 10000 | 101001011 | 1100001 | 101011 |
Color Harmonies of #D60368
Complementary color
Monochromatic Colors of #D60368
Black with #D60368
Text Example
Text Example
White with #D60368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60368; }
p { color: rgb(214,3,104); }
H1.HeaderClassName
{
color: #D60368;
}
.AnyTagClassName
{
color: #D60368;
}
</style>
background-color css
<style>
a { background-color: #D60368; }
a { background-color: rgb(214,3,104); }
div.DivClassName
{
background-color: #D60368;
}
.BgClassName
{
background-color: #D60368;
}
</style>
border-color css
<style>
span { border-color: #D60368; }
span { border-color: rgb(214,3,104); }
td.TdClassName
{
border-color: #D60368;
}
.TagClassName
{
border-color: #D60368;
}
</style>