Shades of Ruby #D3155D
Tints of Ruby #D3155D
RGB
CMYK
RGB Variations
Color information
#D3155D (or 0xD3155D) is known color: Ruby. HEX triplet: D3, 15 and 5D. RGB value is (211,21,93). Sum of RGB (Red+Green+Blue) = 211+21+93=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3155D is #2CEAA2. Grayscale: #555555. Windows color (decimal): -2943651 or 6100435. OLE color: 6100435.
HSL color Cylindrical-coordinate representation of color #D3155D: hue angle of 337.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3155D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 93 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.17 |
| HSL | 337.26º | 0.82% | 0.45% | - |
| HSV(B) | 337.26º | 0.9% | 0.83% | - |
| XYZ | 29.11 | 15.18 | 11.75 | - |
| YUV | 86.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 93 | 0 | 0.90 | 0.56 | 0.17 | 337.26 | 0.82 | 0.45 |
| Hex | D3 | 15 | 5D | 0 | 5A | 38 | 11 | 151 | 52 | 2D |
| Octal | 323 | 25 | 135 | 0 | 132 | 70 | 21 | 521 | 122 | 55 |
| Binary | 11010011 | 10101 | 1011101 | 0 | 1011010 | 111000 | 10001 | 101010001 | 1010010 | 101101 |
Color Harmonies of #D3155D
Complementary color
Monochromatic Colors of #D3155D
Black with #D3155D
Text Example
Text Example
White with #D3155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3155D; }
p { color: rgb(211,21,93); }
H1.HeaderClassName
{
color: #D3155D;
}
.AnyTagClassName
{
color: #D3155D;
}
</style>
background-color css
<style>
a { background-color: #D3155D; }
a { background-color: rgb(211,21,93); }
div.DivClassName
{
background-color: #D3155D;
}
.BgClassName
{
background-color: #D3155D;
}
</style>
border-color css
<style>
span { border-color: #D3155D; }
span { border-color: rgb(211,21,93); }
td.TdClassName
{
border-color: #D3155D;
}
.TagClassName
{
border-color: #D3155D;
}
</style>