#DF106C

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

Shades of Ruby #DF106C

Tints of Ruby #DF106C

Color information

#DF106C (or 0xDF106C) is unknown color: approx Ruby. HEX triplet: DF, 10 and 6C. RGB value is (223,16,108). Sum of RGB (Red+Green+Blue) = 223+16+108=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF106C is #20EF93. Grayscale: #585858. Windows color (decimal): -2158484 or 7082207. OLE color: 7082207.

HSL color Cylindrical-coordinate representation of color #DF106C: hue angle of 333.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF106C is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB22316108-
CMYK00.930.520.13
HSL333.33º86.61%46.86%-
HSV(B)333.33º92.83%87.45%-
XYZ33.3217.1415.74-
YUV88.38139.08224.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.27%
GREEN value IS 16 (6.64% from 255) = 4.61%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=64.27%
G=4.61%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231610800.930.520.13333.3386.6146.86
HexDF106C05D34D14d572f
Octal337201540135641551512757
Binary110111111000011011000101110111010011011010011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF106C; }

 p { color: rgb(223,16,108); }

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

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

 a { background-color: rgb(223,16,108); }

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

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

 span { border-color: rgb(223,16,108); }

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