#DF106D

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

Shades of Ruby #DF106D

Tints of Ruby #DF106D

Color information

#DF106D (or 0xDF106D) is unknown color: approx Ruby. HEX triplet: DF, 10 and 6D. RGB value is (223,16,109). Sum of RGB (Red+Green+Blue) = 223+16+109=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF106D is #20EF92. Grayscale: #585858. Windows color (decimal): -2158483 or 7147743. OLE color: 7147743.

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

Color convert

RGB22316109-
CMYK00.930.510.13
HSL333.04º86.61%46.86%-
HSV(B)333.04º92.83%87.45%-
XYZ33.3817.1616.02-
YUV88.49139.58223.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.08%
GREEN value IS 16 (6.64% from 255) = 4.60%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=64.08%
G=4.60%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231610900.930.510.13333.0486.6146.86
HexDF106D05D33D14d572f
Octal337201550135631551512757
Binary110111111000011011010101110111001111011010011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF106D; }

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

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

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

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

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

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

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

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