#DE0E66

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

Shades of Ruby #DE0E66

Tints of Ruby #DE0E66

Color information

#DE0E66 (or 0xDE0E66) is unknown color: approx Ruby. HEX triplet: DE, 0E and 66. RGB value is (222,14,102). Sum of RGB (Red+Green+Blue) = 222+14+102=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0E66 is #21F199. Grayscale: #565656. Windows color (decimal): -2224538 or 6688478. OLE color: 6688478.

HSL color Cylindrical-coordinate representation of color #DE0E66: hue angle of 334.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0E66 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB22214102-
CMYK00.940.540.13
HSL334.62º88.14%46.27%-
HSV(B)334.62º93.69%87.06%-
XYZ32.6816.814.09-
YUV86.22136.91224.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.68%
GREEN value IS 14 (5.86% from 255) = 4.14%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=65.68%
G=4.14%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221410200.940.540.13334.6288.1446.27
HexDEE6605E36D14f582e
Octal336161460136661551713056
Binary11011110111011001100101111011011011011010011111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0E66; }

 p { color: rgb(222,14,102); }

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

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

 a { background-color: rgb(222,14,102); }

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

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

 span { border-color: rgb(222,14,102); }

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