Shades of Ruby #D11C68
Tints of Ruby #D11C68
RGB
CMYK
RGB Variations
Color information
#D11C68 (or 0xD11C68) is known color: Ruby. HEX triplet: D1, 1C and 68. RGB value is (209,28,104). Sum of RGB (Red+Green+Blue) = 209+28+104=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C68 is #2EE397. Grayscale: #5A5A5A. Windows color (decimal): -3072920 or 6823121. OLE color: 6823121.
HSL color Cylindrical-coordinate representation of color #D11C68: hue angle of 334.81º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C68 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 104 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.18 |
| HSL | 334.81º | 0.76% | 0.46% | - |
| HSV(B) | 334.81º | 0.87% | 0.82% | - |
| XYZ | 29.21 | 15.39 | 14.53 | - |
| YUV | 90.78 | 135.47 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 104 | 0 | 0.87 | 0.50 | 0.18 | 334.81 | 0.76 | 0.46 |
| Hex | D1 | 1C | 68 | 0 | 57 | 32 | 12 | 14F | 4C | 2E |
| Octal | 321 | 34 | 150 | 0 | 127 | 62 | 22 | 517 | 114 | 56 |
| Binary | 11010001 | 11100 | 1101000 | 0 | 1010111 | 110010 | 10010 | 101001111 | 1001100 | 101110 |
Color Harmonies of #D11C68
Complementary color
Monochromatic Colors of #D11C68
Black with #D11C68
Text Example
Text Example
White with #D11C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C68; }
p { color: rgb(209,28,104); }
H1.HeaderClassName
{
color: #D11C68;
}
.AnyTagClassName
{
color: #D11C68;
}
</style>
background-color css
<style>
a { background-color: #D11C68; }
a { background-color: rgb(209,28,104); }
div.DivClassName
{
background-color: #D11C68;
}
.BgClassName
{
background-color: #D11C68;
}
</style>
border-color css
<style>
span { border-color: #D11C68; }
span { border-color: rgb(209,28,104); }
td.TdClassName
{
border-color: #D11C68;
}
.TagClassName
{
border-color: #D11C68;
}
</style>