Shades of Ruby #D3146B
Tints of Ruby #D3146B
RGB
CMYK
RGB Variations
Color information
#D3146B (or 0xD3146B) is known color: Ruby. HEX triplet: D3, 14 and 6B. RGB value is (211,20,107). Sum of RGB (Red+Green+Blue) = 211+20+107=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3146B is #2CEB94. Grayscale: #565656. Windows color (decimal): -2943893 or 7017683. OLE color: 7017683.
HSL color Cylindrical-coordinate representation of color #D3146B: hue angle of 332.67º degrees, saturation: 0.83, 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 #D3146B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 107 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.17 |
| HSL | 332.67º | 0.83% | 0.45% | - |
| HSV(B) | 332.67º | 0.91% | 0.83% | - |
| XYZ | 29.77 | 15.41 | 15.32 | - |
| YUV | 87.03 | 139.28 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 107 | 0 | 0.91 | 0.49 | 0.17 | 332.67 | 0.83 | 0.45 |
| Hex | D3 | 14 | 6B | 0 | 5B | 31 | 11 | 14D | 53 | 2D |
| Octal | 323 | 24 | 153 | 0 | 133 | 61 | 21 | 515 | 123 | 55 |
| Binary | 11010011 | 10100 | 1101011 | 0 | 1011011 | 110001 | 10001 | 101001101 | 1010011 | 101101 |
Color Harmonies of #D3146B
Complementary color
Monochromatic Colors of #D3146B
Black with #D3146B
Text Example
Text Example
White with #D3146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3146B; }
p { color: rgb(211,20,107); }
H1.HeaderClassName
{
color: #D3146B;
}
.AnyTagClassName
{
color: #D3146B;
}
</style>
background-color css
<style>
a { background-color: #D3146B; }
a { background-color: rgb(211,20,107); }
div.DivClassName
{
background-color: #D3146B;
}
.BgClassName
{
background-color: #D3146B;
}
</style>
border-color css
<style>
span { border-color: #D3146B; }
span { border-color: rgb(211,20,107); }
td.TdClassName
{
border-color: #D3146B;
}
.TagClassName
{
border-color: #D3146B;
}
</style>