Shades of Ruby #D41365
Tints of Ruby #D41365
RGB
CMYK
RGB Variations
Color information
#D41365 (or 0xD41365) is known color: Ruby. HEX triplet: D4, 13 and 65. RGB value is (212,19,101). Sum of RGB (Red+Green+Blue) = 212+19+101=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D41365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41365 is #2BEC9A. Grayscale: #555555. Windows color (decimal): -2878619 or 6624212. OLE color: 6624212.
HSL color Cylindrical-coordinate representation of color #D41365: hue angle of 334.51º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41365 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 101 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.17 |
| HSL | 334.51º | 0.84% | 0.45% | - |
| HSV(B) | 334.51º | 0.91% | 0.83% | - |
| XYZ | 29.73 | 15.4 | 13.72 | - |
| YUV | 86.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 101 | 0 | 0.91 | 0.52 | 0.17 | 334.51 | 0.84 | 0.45 |
| Hex | D4 | 13 | 65 | 0 | 5B | 34 | 11 | 14F | 54 | 2D |
| Octal | 324 | 23 | 145 | 0 | 133 | 64 | 21 | 517 | 124 | 55 |
| Binary | 11010100 | 10011 | 1100101 | 0 | 1011011 | 110100 | 10001 | 101001111 | 1010100 | 101101 |
Color Harmonies of #D41365
Complementary color
Monochromatic Colors of #D41365
Black with #D41365
Text Example
Text Example
White with #D41365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41365; }
p { color: rgb(212,19,101); }
H1.HeaderClassName
{
color: #D41365;
}
.AnyTagClassName
{
color: #D41365;
}
</style>
background-color css
<style>
a { background-color: #D41365; }
a { background-color: rgb(212,19,101); }
div.DivClassName
{
background-color: #D41365;
}
.BgClassName
{
background-color: #D41365;
}
</style>
border-color css
<style>
span { border-color: #D41365; }
span { border-color: rgb(212,19,101); }
td.TdClassName
{
border-color: #D41365;
}
.TagClassName
{
border-color: #D41365;
}
</style>