#DC1A5A

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

Shades of Ruby #DC1A5A

Tints of Ruby #DC1A5A

Color information

#DC1A5A (or 0xDC1A5A) is unknown color: approx Ruby. HEX triplet: DC, 1A and 5A. RGB value is (220,26,90). Sum of RGB (Red+Green+Blue) = 220+26+90=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1A5A is #23E5A5. Grayscale: #5B5B5B. Windows color (decimal): -2352550 or 5905116. OLE color: 5905116.

HSL color Cylindrical-coordinate representation of color #DC1A5A: hue angle of 340.21º 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 #DC1A5A is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB2202690-
CMYK00.880.590.14
HSL340.21º78.86%48.24%-
HSV(B)340.21º88.18%86.27%-
XYZ31.7316.6911.22-
YUV91.3127.27219.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 65.48%
GREEN value IS 26 (10.55% from 255) = 7.74%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=65.48%
G=7.74%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220269000.880.590.14340.2178.8648.24
HexDC1A5A0583BE1544f30
Octal334321320130731652411760
Binary110111001101010110100101100011101111101010101001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1A5A; }

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

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

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

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

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

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

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

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