Shades of Ruby #DE1C70
Tints of Ruby #DE1C70
RGB
CMYK
RGB Variations
Color information
#DE1C70 (or 0xDE1C70) is known color: Ruby. HEX triplet: DE, 1C and 70. RGB value is (222,28,112). Sum of RGB (Red+Green+Blue) = 222+28+112=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1C70 is #21E38F. Grayscale: #5F5F5F. Windows color (decimal): -2220944 or 7347422. OLE color: 7347422.
HSL color Cylindrical-coordinate representation of color #DE1C70: hue angle of 334.02º 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 #DE1C70 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 112 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.13 |
| HSL | 334.02º | 0.78% | 0.49% | - |
| HSV(B) | 334.02º | 0.87% | 0.87% | - |
| XYZ | 33.46 | 17.53 | 16.95 | - |
| YUV | 95.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 112 | 0 | 0.87 | 0.50 | 0.13 | 334.02 | 0.78 | 0.49 |
| Hex | DE | 1C | 70 | 0 | 57 | 32 | D | 14E | 4E | 31 |
| Octal | 336 | 34 | 160 | 0 | 127 | 62 | 15 | 516 | 116 | 61 |
| Binary | 11011110 | 11100 | 1110000 | 0 | 1010111 | 110010 | 1101 | 101001110 | 1001110 | 110001 |
Color Harmonies of #DE1C70
Complementary color
Monochromatic Colors of #DE1C70
Black with #DE1C70
Text Example
Text Example
White with #DE1C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1C70; }
p { color: rgb(222,28,112); }
H1.HeaderClassName
{
color: #DE1C70;
}
.AnyTagClassName
{
color: #DE1C70;
}
</style>
background-color css
<style>
a { background-color: #DE1C70; }
a { background-color: rgb(222,28,112); }
div.DivClassName
{
background-color: #DE1C70;
}
.BgClassName
{
background-color: #DE1C70;
}
</style>
border-color css
<style>
span { border-color: #DE1C70; }
span { border-color: rgb(222,28,112); }
td.TdClassName
{
border-color: #DE1C70;
}
.TagClassName
{
border-color: #DE1C70;
}
</style>