Shades of Ruby #D41566
Tints of Ruby #D41566
RGB
CMYK
RGB Variations
Color information
#D41566 (or 0xD41566) is known color: Ruby. HEX triplet: D4, 15 and 66. RGB value is (212,21,102). Sum of RGB (Red+Green+Blue) = 212+21+102=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D41566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41566 is #2BEA99. Grayscale: #575757. Windows color (decimal): -2878106 or 6690260. OLE color: 6690260.
HSL color Cylindrical-coordinate representation of color #D41566: hue angle of 334.55º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41566 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 102 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.17 |
| HSL | 334.56º | 0.82% | 0.46% | - |
| HSV(B) | 334.56º | 0.9% | 0.83% | - |
| XYZ | 29.82 | 15.49 | 13.99 | - |
| YUV | 87.34 | 136.28 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 102 | 0 | 0.90 | 0.52 | 0.17 | 334.56 | 0.82 | 0.46 |
| Hex | D4 | 15 | 66 | 0 | 5A | 34 | 11 | 14F | 52 | 2E |
| Octal | 324 | 25 | 146 | 0 | 132 | 64 | 21 | 517 | 122 | 56 |
| Binary | 11010100 | 10101 | 1100110 | 0 | 1011010 | 110100 | 10001 | 101001111 | 1010010 | 101110 |
Color Harmonies of #D41566
Complementary color
Monochromatic Colors of #D41566
Black with #D41566
Text Example
Text Example
White with #D41566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41566; }
p { color: rgb(212,21,102); }
H1.HeaderClassName
{
color: #D41566;
}
.AnyTagClassName
{
color: #D41566;
}
</style>
background-color css
<style>
a { background-color: #D41566; }
a { background-color: rgb(212,21,102); }
div.DivClassName
{
background-color: #D41566;
}
.BgClassName
{
background-color: #D41566;
}
</style>
border-color css
<style>
span { border-color: #D41566; }
span { border-color: rgb(212,21,102); }
td.TdClassName
{
border-color: #D41566;
}
.TagClassName
{
border-color: #D41566;
}
</style>