#DF0575

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

Shades of Ruby #DF0575

Tints of Ruby #DF0575

Color information

#DF0575 (or 0xDF0575) is unknown color: approx Ruby. HEX triplet: DF, 05 and 75. RGB value is (223,5,117). Sum of RGB (Red+Green+Blue) = 223+5+117=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0575 is #20FA8A. Grayscale: #525252. Windows color (decimal): -2161291 or 7669215. OLE color: 7669215.

HSL color Cylindrical-coordinate representation of color #DF0575: hue angle of 329.17º 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 #DF0575 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB2235117-
CMYK00.980.480.13
HSL329.17º95.61%44.71%-
HSV(B)329.17º97.76%87.45%-
XYZ33.717.0818.35-
YUV82.95147.22227.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.64%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=64.64%
G=1.45%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223511700.980.480.13329.1795.6144.71
HexDF57506230D149602d
Octal33751650142601551114055
Binary1101111110111101010110001011000011011010010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0575; }

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

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

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

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

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

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

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

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