Shades of Ruby #DE1C6A
Tints of Ruby #DE1C6A
RGB
CMYK
RGB Variations
Color information
#DE1C6A (or 0xDE1C6A) is known color: Ruby. HEX triplet: DE, 1C and 6A. RGB value is (222,28,106). Sum of RGB (Red+Green+Blue) = 222+28+106=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1C6A is #21E395. Grayscale: #5E5E5E. Windows color (decimal): -2220950 or 6954206. OLE color: 6954206.
HSL color Cylindrical-coordinate representation of color #DE1C6A: hue angle of 335.88º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1C6A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 106 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.13 |
| HSL | 335.88º | 0.78% | 0.49% | - |
| HSV(B) | 335.88º | 0.87% | 0.87% | - |
| XYZ | 33.14 | 17.4 | 15.25 | - |
| YUV | 94.9 | 134.27 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 106 | 0 | 0.87 | 0.52 | 0.13 | 335.88 | 0.78 | 0.49 |
| Hex | DE | 1C | 6A | 0 | 57 | 34 | D | 150 | 4E | 31 |
| Octal | 336 | 34 | 152 | 0 | 127 | 64 | 15 | 520 | 116 | 61 |
| Binary | 11011110 | 11100 | 1101010 | 0 | 1010111 | 110100 | 1101 | 101010000 | 1001110 | 110001 |
Color Harmonies of #DE1C6A
Complementary color
Monochromatic Colors of #DE1C6A
Black with #DE1C6A
Text Example
Text Example
White with #DE1C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1C6A; }
p { color: rgb(222,28,106); }
H1.HeaderClassName
{
color: #DE1C6A;
}
.AnyTagClassName
{
color: #DE1C6A;
}
</style>
background-color css
<style>
a { background-color: #DE1C6A; }
a { background-color: rgb(222,28,106); }
div.DivClassName
{
background-color: #DE1C6A;
}
.BgClassName
{
background-color: #DE1C6A;
}
</style>
border-color css
<style>
span { border-color: #DE1C6A; }
span { border-color: rgb(222,28,106); }
td.TdClassName
{
border-color: #DE1C6A;
}
.TagClassName
{
border-color: #DE1C6A;
}
</style>