#DE0D6A

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

Shades of Ruby #DE0D6A

Tints of Ruby #DE0D6A

Color information

#DE0D6A (or 0xDE0D6A) is unknown color: approx Ruby. HEX triplet: DE, 0D and 6A. RGB value is (222,13,106). Sum of RGB (Red+Green+Blue) = 222+13+106=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D6A is #21F295. Grayscale: #555555. Windows color (decimal): -2224790 or 6950366. OLE color: 6950366.

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

Color convert

RGB22213106-
CMYK00.940.520.13
HSL333.3º88.94%46.08%-
HSV(B)333.3º94.14%87.06%-
XYZ32.8716.8615.16-
YUV86.09139.24224.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.10%
GREEN value IS 13 (5.47% from 255) = 3.81%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=65.10%
G=3.81%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221310600.940.520.13333.388.9446.08
HexDED6A05E34D14d592e
Octal336151520136641551513156
Binary11011110110111010100101111011010011011010011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0D6A; }

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

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

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

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

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

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

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

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