Shades of Ruby #D41568
Tints of Ruby #D41568
RGB
CMYK
RGB Variations
Color information
#D41568 (or 0xD41568) is known color: Ruby. HEX triplet: D4, 15 and 68. RGB value is (212,21,104). Sum of RGB (Red+Green+Blue) = 212+21+104=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D41568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41568 is #2BEA97. Grayscale: #575757. Windows color (decimal): -2878104 or 6821332. OLE color: 6821332.
HSL color Cylindrical-coordinate representation of color #D41568: hue angle of 333.93º 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 #D41568 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 104 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.17 |
| HSL | 333.93º | 0.82% | 0.46% | - |
| HSV(B) | 333.93º | 0.9% | 0.83% | - |
| XYZ | 29.92 | 15.53 | 14.52 | - |
| YUV | 87.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 104 | 0 | 0.90 | 0.51 | 0.17 | 333.93 | 0.82 | 0.46 |
| Hex | D4 | 15 | 68 | 0 | 5A | 33 | 11 | 14E | 52 | 2E |
| Octal | 324 | 25 | 150 | 0 | 132 | 63 | 21 | 516 | 122 | 56 |
| Binary | 11010100 | 10101 | 1101000 | 0 | 1011010 | 110011 | 10001 | 101001110 | 1010010 | 101110 |
Color Harmonies of #D41568
Complementary color
Monochromatic Colors of #D41568
Black with #D41568
Text Example
Text Example
White with #D41568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41568; }
p { color: rgb(212,21,104); }
H1.HeaderClassName
{
color: #D41568;
}
.AnyTagClassName
{
color: #D41568;
}
</style>
background-color css
<style>
a { background-color: #D41568; }
a { background-color: rgb(212,21,104); }
div.DivClassName
{
background-color: #D41568;
}
.BgClassName
{
background-color: #D41568;
}
</style>
border-color css
<style>
span { border-color: #D41568; }
span { border-color: rgb(212,21,104); }
td.TdClassName
{
border-color: #D41568;
}
.TagClassName
{
border-color: #D41568;
}
</style>