Shades of Ruby #D51C6C
Tints of Ruby #D51C6C
RGB
CMYK
RGB Variations
Color information
#D51C6C (or 0xD51C6C) is known color: Ruby. HEX triplet: D5, 1C and 6C. RGB value is (213,28,108). Sum of RGB (Red+Green+Blue) = 213+28+108=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51C6C is #2AE393. Grayscale: #5C5C5C. Windows color (decimal): -2810772 or 7085269. OLE color: 7085269.
HSL color Cylindrical-coordinate representation of color #D51C6C: hue angle of 334.05º 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 #D51C6C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 108 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.16 |
| HSL | 334.05º | 0.77% | 0.47% | - |
| HSV(B) | 334.05º | 0.87% | 0.84% | - |
| XYZ | 30.56 | 16.06 | 15.68 | - |
| YUV | 92.44 | 136.79 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 108 | 0 | 0.87 | 0.49 | 0.16 | 334.05 | 0.77 | 0.47 |
| Hex | D5 | 1C | 6C | 0 | 57 | 31 | 10 | 14E | 4D | 2F |
| Octal | 325 | 34 | 154 | 0 | 127 | 61 | 20 | 516 | 115 | 57 |
| Binary | 11010101 | 11100 | 1101100 | 0 | 1010111 | 110001 | 10000 | 101001110 | 1001101 | 101111 |
Color Harmonies of #D51C6C
Complementary color
Monochromatic Colors of #D51C6C
Black with #D51C6C
Text Example
Text Example
White with #D51C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51C6C; }
p { color: rgb(213,28,108); }
H1.HeaderClassName
{
color: #D51C6C;
}
.AnyTagClassName
{
color: #D51C6C;
}
</style>
background-color css
<style>
a { background-color: #D51C6C; }
a { background-color: rgb(213,28,108); }
div.DivClassName
{
background-color: #D51C6C;
}
.BgClassName
{
background-color: #D51C6C;
}
</style>
border-color css
<style>
span { border-color: #D51C6C; }
span { border-color: rgb(213,28,108); }
td.TdClassName
{
border-color: #D51C6C;
}
.TagClassName
{
border-color: #D51C6C;
}
</style>