#DC1A75

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

Shades of Ruby #DC1A75

Tints of Ruby #DC1A75

Color information

#DC1A75 (or 0xDC1A75) is unknown color: approx Ruby. HEX triplet: DC, 1A and 75. RGB value is (220,26,117). Sum of RGB (Red+Green+Blue) = 220+26+117=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1A75 is #23E58A. Grayscale: #5E5E5E. Windows color (decimal): -2352523 or 7674588. OLE color: 7674588.

HSL color Cylindrical-coordinate representation of color #DC1A75: hue angle of 331.86º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A75 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB22026117-
CMYK00.880.470.14
HSL331.86º78.86%48.24%-
HSV(B)331.86º88.18%86.27%-
XYZ33.117.2418.41-
YUV94.38140.77217.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.61%
GREEN value IS 26 (10.55% from 255) = 7.16%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=60.61%
G=7.16%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202611700.880.470.14331.8678.8648.24
HexDC1A750582FE14c4f30
Octal334321650130571651411760
Binary110111001101011101010101100010111111101010011001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1A75; }

 p { color: rgb(220,26,117); }

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

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

 a { background-color: rgb(220,26,117); }

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

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

 span { border-color: rgb(220,26,117); }

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