#DE105A

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

Shades of Ruby #DE105A

Tints of Ruby #DE105A

Color information

#DE105A (or 0xDE105A) is unknown color: approx Ruby. HEX triplet: DE, 10 and 5A. RGB value is (222,16,90). Sum of RGB (Red+Green+Blue) = 222+16+90=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE105A is #21EFA5. Grayscale: #555555. Windows color (decimal): -2224038 or 5902558. OLE color: 5902558.

HSL color Cylindrical-coordinate representation of color #DE105A: hue angle of 338.45º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE105A is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2221690-
CMYK00.930.590.13
HSL338.45º86.55%46.67%-
HSV(B)338.45º92.79%87.06%-
XYZ32.1516.6411.19-
YUV86.03130.25224.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.68%
GREEN value IS 16 (6.64% from 255) = 4.88%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=67.68%
G=4.88%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222169000.930.590.13338.4586.5546.67
HexDE105A05D3BD152572f
Octal336201320135731552212757
Binary110111101000010110100101110111101111011010100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE105A; }

 p { color: rgb(222,16,90); }

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

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

 a { background-color: rgb(222,16,90); }

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

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

 span { border-color: rgb(222,16,90); }

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