Shades of Ruby #D71E6A
Tints of Ruby #D71E6A
RGB
CMYK
RGB Variations
Color information
#D71E6A (or 0xD71E6A) is known color: Ruby. HEX triplet: D7, 1E and 6A. RGB value is (215,30,106). Sum of RGB (Red+Green+Blue) = 215+30+106=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E6A is #28E195. Grayscale: #5D5D5D. Windows color (decimal): -2679190 or 6954711. OLE color: 6954711.
HSL color Cylindrical-coordinate representation of color #D71E6A: hue angle of 335.35º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E6A is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 106 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.16 |
| HSL | 335.35º | 0.76% | 0.48% | - |
| HSV(B) | 335.35º | 0.86% | 0.84% | - |
| XYZ | 31.09 | 16.42 | 15.17 | - |
| YUV | 93.98 | 134.79 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 106 | 0 | 0.86 | 0.51 | 0.16 | 335.35 | 0.76 | 0.48 |
| Hex | D7 | 1E | 6A | 0 | 56 | 33 | 10 | 14F | 4C | 30 |
| Octal | 327 | 36 | 152 | 0 | 126 | 63 | 20 | 517 | 114 | 60 |
| Binary | 11010111 | 11110 | 1101010 | 0 | 1010110 | 110011 | 10000 | 101001111 | 1001100 | 110000 |
Color Harmonies of #D71E6A
Complementary color
Monochromatic Colors of #D71E6A
Black with #D71E6A
Text Example
Text Example
White with #D71E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E6A; }
p { color: rgb(215,30,106); }
H1.HeaderClassName
{
color: #D71E6A;
}
.AnyTagClassName
{
color: #D71E6A;
}
</style>
background-color css
<style>
a { background-color: #D71E6A; }
a { background-color: rgb(215,30,106); }
div.DivClassName
{
background-color: #D71E6A;
}
.BgClassName
{
background-color: #D71E6A;
}
</style>
border-color css
<style>
span { border-color: #D71E6A; }
span { border-color: rgb(215,30,106); }
td.TdClassName
{
border-color: #D71E6A;
}
.TagClassName
{
border-color: #D71E6A;
}
</style>