#DF0670

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

Shades of Ruby #DF0670

Tints of Ruby #DF0670

Color information

#DF0670 (or 0xDF0670) is unknown color: approx Ruby. HEX triplet: DF, 06 and 70. RGB value is (223,6,112). Sum of RGB (Red+Green+Blue) = 223+6+112=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0670 is #20F98F. Grayscale: #525252. Windows color (decimal): -2161040 or 7341791. OLE color: 7341791.

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

Color convert

RGB2236112-
CMYK00.970.500.13
HSL330.69º94.76%44.9%-
HSV(B)330.69º97.31%87.45%-
XYZ33.4216.9916.85-
YUV82.97144.39227.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.40%
GREEN value IS 6 (2.73% from 255) = 1.76%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=65.40%
G=1.76%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223611200.970.500.13330.6994.7644.9
HexDF67006132D14b5f2d
Octal33761600141621551313755
Binary1101111111011100000110000111001011011010010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0670; }

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

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

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

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

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

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

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

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