#DE1879

Color #DE1879 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #DE1879

Tints of Ruby #DE1879

Color information

#DE1879 (or 0xDE1879) is unknown color: approx Ruby. HEX triplet: DE, 18 and 79. RGB value is (222,24,121). Sum of RGB (Red+Green+Blue) = 222+24+121=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1879 is #21E786. Grayscale: #5E5E5E. Windows color (decimal): -2221959 or 7936222. OLE color: 7936222.

HSL color Cylindrical-coordinate representation of color #DE1879: hue angle of 330.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1879 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB22224121-
CMYK00.890.450.13
HSL330.61º80.49%48.24%-
HSV(B)330.61º89.19%87.06%-
XYZ33.917.5619.69-
YUV94.26143.1219.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 60.49%
GREEN value IS 24 (9.77% from 255) = 6.54%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=60.49%
G=6.54%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222412100.890.450.13330.6180.4948.24
HexDE18790592DD14b5030
Octal336301710131551551312060
Binary110111101100011110010101100110110111011010010111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1879; }

 p { color: rgb(222,24,121); }

 H1.HeaderClassName
 {
   color: #DE1879;
 }
 .AnyTagClassName
 {
   color: #DE1879;
 }
</style>
background-color css

<style>
 a { background-color: #DE1879; }

 a { background-color: rgb(222,24,121); }

 div.DivClassName
 {
   background-color: #DE1879;
 }
 .BgClassName
 {
   background-color: #DE1879;
 }
</style>
border-color css

<style>
 span { border-color: #DE1879; }

 span { border-color: rgb(222,24,121); }

 td.TdClassName
 {
   border-color: #DE1879;
 }
 .TagClassName
 {
   border-color: #DE1879;
 }
</style>