#DC1068

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

Shades of Ruby #DC1068

Tints of Ruby #DC1068

Color information

#DC1068 (or 0xDC1068) is unknown color: approx Ruby. HEX triplet: DC, 10 and 68. RGB value is (220,16,104). Sum of RGB (Red+Green+Blue) = 220+16+104=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1068 is #23EF97. Grayscale: #565656. Windows color (decimal): -2355096 or 6820060. OLE color: 6820060.

HSL color Cylindrical-coordinate representation of color #DC1068: hue angle of 334.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1068 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB22016104-
CMYK00.930.530.14
HSL334.12º86.44%46.27%-
HSV(B)334.12º92.73%86.27%-
XYZ32.216.5914.6-
YUV87.03137.59222.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.71%
GREEN value IS 16 (6.64% from 255) = 4.71%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=64.71%
G=4.71%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201610400.930.530.14334.1286.4446.27
HexDC106805D35E14e562e
Octal334201500135651651612656
Binary110111001000011010000101110111010111101010011101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1068; }

 p { color: rgb(220,16,104); }

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

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

 a { background-color: rgb(220,16,104); }

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

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

 span { border-color: rgb(220,16,104); }

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