#DF066B

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

Shades of Ruby #DF066B

Tints of Ruby #DF066B

Color information

#DF066B (or 0xDF066B) is unknown color: approx Ruby. HEX triplet: DF, 06 and 6B. RGB value is (223,6,107). Sum of RGB (Red+Green+Blue) = 223+6+107=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF066B is #20F994. Grayscale: #525252. Windows color (decimal): -2161045 or 7014111. OLE color: 7014111.

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

Color convert

RGB2236107-
CMYK00.970.520.13
HSL332.07º94.76%44.9%-
HSV(B)332.07º97.31%87.45%-
XYZ33.1516.8815.42-
YUV82.4141.89228.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.37%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=66.37%
G=1.79%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223610700.970.520.13332.0794.7644.9
HexDF66B06134D14c5f2d
Octal33761530141641551413755
Binary1101111111011010110110000111010011011010011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF066B; }

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

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

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

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

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

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

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

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