Shades of Ruby #D81E6A
Tints of Ruby #D81E6A
RGB
CMYK
RGB Variations
Color information
#D81E6A (or 0xD81E6A) is known color: Ruby. HEX triplet: D8, 1E and 6A. RGB value is (216,30,106). Sum of RGB (Red+Green+Blue) = 216+30+106=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E6A is #27E195. Grayscale: #5E5E5E. Windows color (decimal): -2613654 or 6954712. OLE color: 6954712.
HSL color Cylindrical-coordinate representation of color #D81E6A: hue angle of 335.48º 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 #D81E6A is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 106 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.15 |
| HSL | 335.48º | 0.76% | 0.48% | - |
| HSV(B) | 335.48º | 0.86% | 0.85% | - |
| XYZ | 31.38 | 16.57 | 15.18 | - |
| YUV | 94.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 106 | 0 | 0.86 | 0.51 | 0.15 | 335.48 | 0.76 | 0.48 |
| Hex | D8 | 1E | 6A | 0 | 56 | 33 | F | 14F | 4C | 30 |
| Octal | 330 | 36 | 152 | 0 | 126 | 63 | 17 | 517 | 114 | 60 |
| Binary | 11011000 | 11110 | 1101010 | 0 | 1010110 | 110011 | 1111 | 101001111 | 1001100 | 110000 |
Color Harmonies of #D81E6A
Complementary color
Monochromatic Colors of #D81E6A
Black with #D81E6A
Text Example
Text Example
White with #D81E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E6A; }
p { color: rgb(216,30,106); }
H1.HeaderClassName
{
color: #D81E6A;
}
.AnyTagClassName
{
color: #D81E6A;
}
</style>
background-color css
<style>
a { background-color: #D81E6A; }
a { background-color: rgb(216,30,106); }
div.DivClassName
{
background-color: #D81E6A;
}
.BgClassName
{
background-color: #D81E6A;
}
</style>
border-color css
<style>
span { border-color: #D81E6A; }
span { border-color: rgb(216,30,106); }
td.TdClassName
{
border-color: #D81E6A;
}
.TagClassName
{
border-color: #D81E6A;
}
</style>