Shades of Ruby #D71E68
Tints of Ruby #D71E68
RGB
CMYK
RGB Variations
Color information
#D71E68 (or 0xD71E68) is known color: Ruby. HEX triplet: D7, 1E and 68. RGB value is (215,30,104). Sum of RGB (Red+Green+Blue) = 215+30+104=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E68 is #28E197. Grayscale: #5D5D5D. Windows color (decimal): -2679192 or 6823639. OLE color: 6823639.
HSL color Cylindrical-coordinate representation of color #D71E68: hue angle of 336º 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 #D71E68 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 104 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.16 |
| HSL | 336º | 0.76% | 0.48% | - |
| HSV(B) | 336º | 0.86% | 0.84% | - |
| XYZ | 30.99 | 16.38 | 14.62 | - |
| YUV | 93.75 | 133.79 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 104 | 0 | 0.86 | 0.52 | 0.16 | 336 | 0.76 | 0.48 |
| Hex | D7 | 1E | 68 | 0 | 56 | 34 | 10 | 150 | 4C | 30 |
| Octal | 327 | 36 | 150 | 0 | 126 | 64 | 20 | 520 | 114 | 60 |
| Binary | 11010111 | 11110 | 1101000 | 0 | 1010110 | 110100 | 10000 | 101010000 | 1001100 | 110000 |
Color Harmonies of #D71E68
Complementary color
Monochromatic Colors of #D71E68
Black with #D71E68
Text Example
Text Example
White with #D71E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E68; }
p { color: rgb(215,30,104); }
H1.HeaderClassName
{
color: #D71E68;
}
.AnyTagClassName
{
color: #D71E68;
}
</style>
background-color css
<style>
a { background-color: #D71E68; }
a { background-color: rgb(215,30,104); }
div.DivClassName
{
background-color: #D71E68;
}
.BgClassName
{
background-color: #D71E68;
}
</style>
border-color css
<style>
span { border-color: #D71E68; }
span { border-color: rgb(215,30,104); }
td.TdClassName
{
border-color: #D71E68;
}
.TagClassName
{
border-color: #D71E68;
}
</style>