#DF056F

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

Shades of Ruby #DF056F

Tints of Ruby #DF056F

Color information

#DF056F (or 0xDF056F) is unknown color: approx Ruby. HEX triplet: DF, 05 and 6F. RGB value is (223,5,111). Sum of RGB (Red+Green+Blue) = 223+5+111=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF056F is #20FA90. Grayscale: #525252. Windows color (decimal): -2161297 or 7275999. OLE color: 7275999.

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

Color convert

RGB2235111-
CMYK00.980.500.13
HSL330.83º95.61%44.71%-
HSV(B)330.83º97.76%87.45%-
XYZ33.3516.9416.55-
YUV82.27144.22228.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.78%
GREEN value IS 5 (2.34% from 255) = 1.47%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=65.78%
G=1.47%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223511100.980.500.13330.8395.6144.71
HexDF56F06232D14b602d
Octal33751570142621551314055
Binary1101111110111011110110001011001011011010010111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF056F; }

 p { color: rgb(223,5,111); }

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

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

 a { background-color: rgb(223,5,111); }

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

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

 span { border-color: rgb(223,5,111); }

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