Shades of Ruby #D40666
Tints of Ruby #D40666
RGB
CMYK
RGB Variations
Color information
#D40666 (or 0xD40666) is known color: Ruby. HEX triplet: D4, 06 and 66. RGB value is (212,6,102). Sum of RGB (Red+Green+Blue) = 212+6+102=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D40666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40666 is #2BF999. Grayscale: #4E4E4E. Windows color (decimal): -2881946 or 6686420. OLE color: 6686420.
HSL color Cylindrical-coordinate representation of color #D40666: hue angle of 332.04º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40666 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.17 |
| HSL | 332.04º | 0.94% | 0.43% | - |
| HSV(B) | 332.04º | 0.97% | 0.83% | - |
| XYZ | 29.61 | 15.09 | 13.92 | - |
| YUV | 78.54 | 141.25 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 102 | 0 | 0.97 | 0.52 | 0.17 | 332.04 | 0.94 | 0.43 |
| Hex | D4 | 6 | 66 | 0 | 61 | 34 | 11 | 14C | 5E | 2B |
| Octal | 324 | 6 | 146 | 0 | 141 | 64 | 21 | 514 | 136 | 53 |
| Binary | 11010100 | 110 | 1100110 | 0 | 1100001 | 110100 | 10001 | 101001100 | 1011110 | 101011 |
Color Harmonies of #D40666
Complementary color
Monochromatic Colors of #D40666
Black with #D40666
Text Example
Text Example
White with #D40666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40666; }
p { color: rgb(212,6,102); }
H1.HeaderClassName
{
color: #D40666;
}
.AnyTagClassName
{
color: #D40666;
}
</style>
background-color css
<style>
a { background-color: #D40666; }
a { background-color: rgb(212,6,102); }
div.DivClassName
{
background-color: #D40666;
}
.BgClassName
{
background-color: #D40666;
}
</style>
border-color css
<style>
span { border-color: #D40666; }
span { border-color: rgb(212,6,102); }
td.TdClassName
{
border-color: #D40666;
}
.TagClassName
{
border-color: #D40666;
}
</style>