#dc1c76

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

Shades of Ruby #DC1C76

Tints of Ruby #DC1C76

Color information

#DC1C76 (or 0xDC1C76) is unknown color: approx Ruby. HEX triplet: DC, 1C and 76. RGB value is (220,28,118). Sum of RGB (Red+Green+Blue) = 220+28+118=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C76 is #23E389. Grayscale: #5F5F5F. Windows color (decimal): -2352010 or 7740636. OLE color: 7740636.

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

Color convert

RGB22028118-
CMYK00.870.460.14
HSL331.88º77.42%48.63%-
HSV(B)331.88º87.27%86.27%-
XYZ33.217.3518.74-
YUV95.67140.61216.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.11%
GREEN value IS 28 (11.33% from 255) = 7.65%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=60.11%
G=7.65%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202811800.870.460.14331.8877.4248.63
HexDC1C760572EE14c4d31
Octal334341660127561651411561
Binary110111001110011101100101011110111011101010011001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc1c76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc1c76; }

 p { color: rgb(220,28,118); }

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

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

 a { background-color: rgb(220,28,118); }

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

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

 span { border-color: rgb(220,28,118); }

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