Shades of Ruby #D51C6B
Tints of Ruby #D51C6B
RGB
CMYK
RGB Variations
Color information
#D51C6B (or 0xD51C6B) is known color: Ruby. HEX triplet: D5, 1C and 6B. RGB value is (213,28,107). Sum of RGB (Red+Green+Blue) = 213+28+107=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51C6B is #2AE394. Grayscale: #5C5C5C. Windows color (decimal): -2810773 or 7019733. OLE color: 7019733.
HSL color Cylindrical-coordinate representation of color #D51C6B: hue angle of 334.38º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51C6B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 107 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.16 |
| HSL | 334.38º | 0.77% | 0.47% | - |
| HSV(B) | 334.38º | 0.87% | 0.84% | - |
| XYZ | 30.51 | 16.04 | 15.4 | - |
| YUV | 92.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 107 | 0 | 0.87 | 0.50 | 0.16 | 334.38 | 0.77 | 0.47 |
| Hex | D5 | 1C | 6B | 0 | 57 | 32 | 10 | 14E | 4D | 2F |
| Octal | 325 | 34 | 153 | 0 | 127 | 62 | 20 | 516 | 115 | 57 |
| Binary | 11010101 | 11100 | 1101011 | 0 | 1010111 | 110010 | 10000 | 101001110 | 1001101 | 101111 |
Color Harmonies of #D51C6B
Complementary color
Monochromatic Colors of #D51C6B
Black with #D51C6B
Text Example
Text Example
White with #D51C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51C6B; }
p { color: rgb(213,28,107); }
H1.HeaderClassName
{
color: #D51C6B;
}
.AnyTagClassName
{
color: #D51C6B;
}
</style>
background-color css
<style>
a { background-color: #D51C6B; }
a { background-color: rgb(213,28,107); }
div.DivClassName
{
background-color: #D51C6B;
}
.BgClassName
{
background-color: #D51C6B;
}
</style>
border-color css
<style>
span { border-color: #D51C6B; }
span { border-color: rgb(213,28,107); }
td.TdClassName
{
border-color: #D51C6B;
}
.TagClassName
{
border-color: #D51C6B;
}
</style>