Shades of Ruby #D81E5C
Tints of Ruby #D81E5C
RGB
CMYK
RGB Variations
Color information
#D81E5C (or 0xD81E5C) is known color: Ruby. HEX triplet: D8, 1E and 5C. RGB value is (216,30,92). Sum of RGB (Red+Green+Blue) = 216+30+92=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E5C is #27E1A3. Grayscale: #5C5C5C. Windows color (decimal): -2613668 or 6037208. OLE color: 6037208.
HSL color Cylindrical-coordinate representation of color #D81E5C: hue angle of 340º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E5C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 92 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.15 |
| HSL | 340º | 0.76% | 0.48% | - |
| HSV(B) | 340º | 0.86% | 0.85% | - |
| XYZ | 30.71 | 16.3 | 11.65 | - |
| YUV | 92.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 92 | 0 | 0.86 | 0.57 | 0.15 | 340 | 0.76 | 0.48 |
| Hex | D8 | 1E | 5C | 0 | 56 | 39 | F | 154 | 4C | 30 |
| Octal | 330 | 36 | 134 | 0 | 126 | 71 | 17 | 524 | 114 | 60 |
| Binary | 11011000 | 11110 | 1011100 | 0 | 1010110 | 111001 | 1111 | 101010100 | 1001100 | 110000 |
Color Harmonies of #D81E5C
Complementary color
Monochromatic Colors of #D81E5C
Black with #D81E5C
Text Example
Text Example
White with #D81E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E5C; }
p { color: rgb(216,30,92); }
H1.HeaderClassName
{
color: #D81E5C;
}
.AnyTagClassName
{
color: #D81E5C;
}
</style>
background-color css
<style>
a { background-color: #D81E5C; }
a { background-color: rgb(216,30,92); }
div.DivClassName
{
background-color: #D81E5C;
}
.BgClassName
{
background-color: #D81E5C;
}
</style>
border-color css
<style>
span { border-color: #D81E5C; }
span { border-color: rgb(216,30,92); }
td.TdClassName
{
border-color: #D81E5C;
}
.TagClassName
{
border-color: #D81E5C;
}
</style>