Shades of Ruby #D81E5E
Tints of Ruby #D81E5E
RGB
CMYK
RGB Variations
Color information
#D81E5E (or 0xD81E5E) is known color: Ruby. HEX triplet: D8, 1E and 5E. RGB value is (216,30,94). Sum of RGB (Red+Green+Blue) = 216+30+94=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E5E is #27E1A1. Grayscale: #5C5C5C. Windows color (decimal): -2613666 or 6168280. OLE color: 6168280.
HSL color Cylindrical-coordinate representation of color #D81E5E: hue angle of 339.35º 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 #D81E5E is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 30 | 94 | - |
CMYK | 0 | 0.86 | 0.56 | 0.15 |
HSL | 339.35º | 0.76% | 0.48% | - |
HSV(B) | 339.35º | 0.86% | 0.85% | - |
XYZ | 30.8 | 16.34 | 12.12 | - |
YUV | 92.91 | 128.62 | 215.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 30 | 94 | 0 | 0.86 | 0.56 | 0.15 | 339.35 | 0.76 | 0.48 |
Hex | D8 | 1E | 5E | 0 | 56 | 38 | F | 153 | 4C | 30 |
Octal | 330 | 36 | 136 | 0 | 126 | 70 | 17 | 523 | 114 | 60 |
Binary | 11011000 | 11110 | 1011110 | 0 | 1010110 | 111000 | 1111 | 101010011 | 1001100 | 110000 |
Color Harmonies of #D81E5E
Complementary color
Monochromatic Colors of #D81E5E
Black with #D81E5E
Text Example
Text Example
White with #D81E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E5E; }
p { color: rgb(216,30,94); }
H1.HeaderClassName
{
color: #D81E5E;
}
.AnyTagClassName
{
color: #D81E5E;
}
</style>
background-color css
<style>
a { background-color: #D81E5E; }
a { background-color: rgb(216,30,94); }
div.DivClassName
{
background-color: #D81E5E;
}
.BgClassName
{
background-color: #D81E5E;
}
</style>
border-color css
<style>
span { border-color: #D81E5E; }
span { border-color: rgb(216,30,94); }
td.TdClassName
{
border-color: #D81E5E;
}
.TagClassName
{
border-color: #D81E5E;
}
</style>