#DE0D69

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

Shades of Ruby #DE0D69

Tints of Ruby #DE0D69

Color information

#DE0D69 (or 0xDE0D69) is unknown color: approx Ruby. HEX triplet: DE, 0D and 69. RGB value is (222,13,105). Sum of RGB (Red+Green+Blue) = 222+13+105=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D69 is #21F296. Grayscale: #555555. Windows color (decimal): -2224791 or 6884830. OLE color: 6884830.

HSL color Cylindrical-coordinate representation of color #DE0D69: hue angle of 333.59º degrees, saturation: 0.89, 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 #DE0D69 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB22213105-
CMYK00.940.530.13
HSL333.59º88.94%46.08%-
HSV(B)333.59º94.14%87.06%-
XYZ32.8216.8414.88-
YUV85.98138.74225.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.29%
GREEN value IS 13 (5.47% from 255) = 3.82%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=65.29%
G=3.82%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221310500.940.530.13333.5988.9446.08
HexDED6905E35D14e592e
Octal336151510136651551613156
Binary11011110110111010010101111011010111011010011101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0D69; }

 p { color: rgb(222,13,105); }

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

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

 a { background-color: rgb(222,13,105); }

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

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

 span { border-color: rgb(222,13,105); }

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