#df0a79

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

Shades of Ruby #DF0A79

Tints of Ruby #DF0A79

Color information

#DF0A79 (or 0xDF0A79) is unknown color: approx Ruby. HEX triplet: DF, 0A and 79. RGB value is (223,10,121). Sum of RGB (Red+Green+Blue) = 223+10+121=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0A79 is #20F586. Grayscale: #565656. Windows color (decimal): -2160007 or 7932639. OLE color: 7932639.

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

Color convert

RGB22310121-
CMYK00.960.460.13
HSL328.73º91.42%45.69%-
HSV(B)328.73º95.52%87.45%-
XYZ33.9917.2919.63-
YUV86.34147.57225.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.99%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=62.99%
G=2.82%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231012100.960.460.13328.7391.4245.69
HexDFA790602ED1495b2e
Octal337121710140561551113356
Binary11011111101011110010110000010111011011010010011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df0a79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df0a79; }

 p { color: rgb(223,10,121); }

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

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

 a { background-color: rgb(223,10,121); }

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

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

 span { border-color: rgb(223,10,121); }

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