#DE0A6A

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

Shades of Ruby #DE0A6A

Tints of Ruby #DE0A6A

Color information

#DE0A6A (or 0xDE0A6A) is unknown color: approx Ruby. HEX triplet: DE, 0A and 6A. RGB value is (222,10,106). Sum of RGB (Red+Green+Blue) = 222+10+106=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0A6A is #21F595. Grayscale: #545454. Windows color (decimal): -2225558 or 6949598. OLE color: 6949598.

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

Color convert

RGB22210106-
CMYK00.950.520.13
HSL332.83º91.38%45.49%-
HSV(B)332.83º95.5%87.06%-
XYZ32.8316.7915.15-
YUV84.33140.24226.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.68%
GREEN value IS 10 (4.30% from 255) = 2.96%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=65.68%
G=2.96%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221010600.950.520.13332.8391.3845.49
HexDEA6A05F34D14d5b2d
Octal336121520137641551513355
Binary11011110101011010100101111111010011011010011011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0A6A; }

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

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

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

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

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

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

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

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