#DF1E71

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

Shades of Ruby #DF1E71

Tints of Ruby #DF1E71

Color information

#DF1E71 (or 0xDF1E71) is unknown color: approx Ruby. HEX triplet: DF, 1E and 71. RGB value is (223,30,113). Sum of RGB (Red+Green+Blue) = 223+30+113=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1E71 is #20E18E. Grayscale: #616161. Windows color (decimal): -2154895 or 7413471. OLE color: 7413471.

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

Color convert

RGB22330113-
CMYK00.870.490.13
HSL334.2º76.28%49.61%-
HSV(B)334.2º86.55%87.45%-
XYZ33.8817.8117.27-
YUV97.17136.94217.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.93%
GREEN value IS 30 (12.11% from 255) = 8.20%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=60.93%
G=8.20%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233011300.870.490.13334.276.2849.61
HexDF1E7105731D14e4c32
Octal337361610127611551611462
Binary110111111111011100010101011111000111011010011101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1E71; }

 p { color: rgb(223,30,113); }

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

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

 a { background-color: rgb(223,30,113); }

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

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

 span { border-color: rgb(223,30,113); }

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