Shades of Ruby #D51B6D
Tints of Ruby #D51B6D
RGB
CMYK
RGB Variations
Color information
#D51B6D (or 0xD51B6D) is known color: Ruby. HEX triplet: D5, 1B and 6D. RGB value is (213,27,109). Sum of RGB (Red+Green+Blue) = 213+27+109=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B6D is #2AE492. Grayscale: #5B5B5B. Windows color (decimal): -2811027 or 7150549. OLE color: 7150549.
HSL color Cylindrical-coordinate representation of color #D51B6D: hue angle of 333.55º 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 #D51B6D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 109 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.16 |
| HSL | 333.55º | 0.78% | 0.47% | - |
| HSV(B) | 333.55º | 0.87% | 0.84% | - |
| XYZ | 30.59 | 16.03 | 15.95 | - |
| YUV | 91.96 | 137.62 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 109 | 0 | 0.87 | 0.49 | 0.16 | 333.55 | 0.78 | 0.47 |
| Hex | D5 | 1B | 6D | 0 | 57 | 31 | 10 | 14E | 4E | 2F |
| Octal | 325 | 33 | 155 | 0 | 127 | 61 | 20 | 516 | 116 | 57 |
| Binary | 11010101 | 11011 | 1101101 | 0 | 1010111 | 110001 | 10000 | 101001110 | 1001110 | 101111 |
Color Harmonies of #D51B6D
Complementary color
Monochromatic Colors of #D51B6D
Black with #D51B6D
Text Example
Text Example
White with #D51B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51B6D; }
p { color: rgb(213,27,109); }
H1.HeaderClassName
{
color: #D51B6D;
}
.AnyTagClassName
{
color: #D51B6D;
}
</style>
background-color css
<style>
a { background-color: #D51B6D; }
a { background-color: rgb(213,27,109); }
div.DivClassName
{
background-color: #D51B6D;
}
.BgClassName
{
background-color: #D51B6D;
}
</style>
border-color css
<style>
span { border-color: #D51B6D; }
span { border-color: rgb(213,27,109); }
td.TdClassName
{
border-color: #D51B6D;
}
.TagClassName
{
border-color: #D51B6D;
}
</style>