#DF0672

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

Shades of Ruby #DF0672

Tints of Ruby #DF0672

Color information

#DF0672 (or 0xDF0672) is unknown color: approx Ruby. HEX triplet: DF, 06 and 72. RGB value is (223,6,114). Sum of RGB (Red+Green+Blue) = 223+6+114=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0672 is #20F98D. Grayscale: #525252. Windows color (decimal): -2161038 or 7472863. OLE color: 7472863.

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

Color convert

RGB2236114-
CMYK00.970.490.13
HSL330.14º94.76%44.9%-
HSV(B)330.14º97.31%87.45%-
XYZ33.5317.0317.44-
YUV83.2145.39227.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.01%
GREEN value IS 6 (2.73% from 255) = 1.75%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=65.01%
G=1.75%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223611400.970.490.13330.1494.7644.9
HexDF67206131D14a5f2d
Octal33761620141611551213755
Binary1101111111011100100110000111000111011010010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0672; }

 p { color: rgb(223,6,114); }

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

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

 a { background-color: rgb(223,6,114); }

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

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

 span { border-color: rgb(223,6,114); }

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