Shades of Ruby #D4105D
Tints of Ruby #D4105D
RGB
CMYK
RGB Variations
Color information
#D4105D (or 0xD4105D) is known color: Ruby. HEX triplet: D4, 10 and 5D. RGB value is (212,16,93). Sum of RGB (Red+Green+Blue) = 212+16+93=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4105D is #2BEFA2. Grayscale: #535353. Windows color (decimal): -2879395 or 6099156. OLE color: 6099156.
HSL color Cylindrical-coordinate representation of color #D4105D: hue angle of 336.43º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4105D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 93 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.17 |
| HSL | 336.43º | 0.86% | 0.45% | - |
| HSV(B) | 336.43º | 0.92% | 0.83% | - |
| XYZ | 29.31 | 15.16 | 11.74 | - |
| YUV | 83.38 | 133.43 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 93 | 0 | 0.92 | 0.56 | 0.17 | 336.43 | 0.86 | 0.45 |
| Hex | D4 | 10 | 5D | 0 | 5C | 38 | 11 | 150 | 56 | 2D |
| Octal | 324 | 20 | 135 | 0 | 134 | 70 | 21 | 520 | 126 | 55 |
| Binary | 11010100 | 10000 | 1011101 | 0 | 1011100 | 111000 | 10001 | 101010000 | 1010110 | 101101 |
Color Harmonies of #D4105D
Complementary color
Monochromatic Colors of #D4105D
Black with #D4105D
Text Example
Text Example
White with #D4105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4105D; }
p { color: rgb(212,16,93); }
H1.HeaderClassName
{
color: #D4105D;
}
.AnyTagClassName
{
color: #D4105D;
}
</style>
background-color css
<style>
a { background-color: #D4105D; }
a { background-color: rgb(212,16,93); }
div.DivClassName
{
background-color: #D4105D;
}
.BgClassName
{
background-color: #D4105D;
}
</style>
border-color css
<style>
span { border-color: #D4105D; }
span { border-color: rgb(212,16,93); }
td.TdClassName
{
border-color: #D4105D;
}
.TagClassName
{
border-color: #D4105D;
}
</style>