#dc1c58

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

Shades of Ruby #DC1C58

Tints of Ruby #DC1C58

Color information

#DC1C58 (or 0xDC1C58) is unknown color: approx Ruby. HEX triplet: DC, 1C and 58. RGB value is (220,28,88). Sum of RGB (Red+Green+Blue) = 220+28+88=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C58 is #23E3A7. Grayscale: #5C5C5C. Windows color (decimal): -2352040 or 5774556. OLE color: 5774556.

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

Color convert

RGB2202888-
CMYK00.870.60.14
HSL341.25º77.42%48.63%-
HSV(B)341.25º87.27%86.27%-
XYZ31.6916.7510.8-
YUV92.25125.61219.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 65.48%
GREEN value IS 28 (11.33% from 255) = 8.33%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=65.48%
G=8.33%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220288800.870.60.14341.2577.4248.63
HexDC1C580573CE1554d31
Octal334341300127741652511561
Binary110111001110010110000101011111110011101010101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc1c58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc1c58; }

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

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

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

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

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

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

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

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