#DF106A

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

Shades of Ruby #DF106A

Tints of Ruby #DF106A

Color information

#DF106A (or 0xDF106A) is unknown color: approx Ruby. HEX triplet: DF, 10 and 6A. RGB value is (223,16,106). Sum of RGB (Red+Green+Blue) = 223+16+106=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF106A is #20EF95. Grayscale: #575757. Windows color (decimal): -2158486 or 6951135. OLE color: 6951135.

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

Color convert

RGB22316106-
CMYK00.930.520.13
HSL333.91º86.61%46.86%-
HSV(B)333.91º92.83%87.45%-
XYZ33.2217.115.19-
YUV88.15138.08224.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.64%
GREEN value IS 16 (6.64% from 255) = 4.64%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=64.64%
G=4.64%
B=30.72%

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
Decimal2231610600.930.520.13333.9186.6146.86
HexDF106A05D34D14e572f
Octal337201520135641551612757
Binary110111111000011010100101110111010011011010011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF106A; }

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

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

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

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

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

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

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

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