Shades of Ruby #D41567
Tints of Ruby #D41567
RGB
CMYK
RGB Variations
Color information
#D41567 (or 0xD41567) is known color: Ruby. HEX triplet: D4, 15 and 67. RGB value is (212,21,103). Sum of RGB (Red+Green+Blue) = 212+21+103=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D41567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41567 is #2BEA98. Grayscale: #575757. Windows color (decimal): -2878105 or 6755796. OLE color: 6755796.
HSL color Cylindrical-coordinate representation of color #D41567: hue angle of 334.24º 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 #D41567 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.17 |
| HSL | 334.24º | 0.82% | 0.46% | - |
| HSV(B) | 334.24º | 0.9% | 0.83% | - |
| XYZ | 29.87 | 15.51 | 14.25 | - |
| YUV | 87.46 | 136.78 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 103 | 0 | 0.90 | 0.51 | 0.17 | 334.24 | 0.82 | 0.46 |
| Hex | D4 | 15 | 67 | 0 | 5A | 33 | 11 | 14E | 52 | 2E |
| Octal | 324 | 25 | 147 | 0 | 132 | 63 | 21 | 516 | 122 | 56 |
| Binary | 11010100 | 10101 | 1100111 | 0 | 1011010 | 110011 | 10001 | 101001110 | 1010010 | 101110 |
Color Harmonies of #D41567
Complementary color
Monochromatic Colors of #D41567
Black with #D41567
Text Example
Text Example
White with #D41567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41567; }
p { color: rgb(212,21,103); }
H1.HeaderClassName
{
color: #D41567;
}
.AnyTagClassName
{
color: #D41567;
}
</style>
background-color css
<style>
a { background-color: #D41567; }
a { background-color: rgb(212,21,103); }
div.DivClassName
{
background-color: #D41567;
}
.BgClassName
{
background-color: #D41567;
}
</style>
border-color css
<style>
span { border-color: #D41567; }
span { border-color: rgb(212,21,103); }
td.TdClassName
{
border-color: #D41567;
}
.TagClassName
{
border-color: #D41567;
}
</style>