#dc1258

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

Shades of Ruby #DC1258

Tints of Ruby #DC1258

Color information

#DC1258 (or 0xDC1258) is unknown color: approx Ruby. HEX triplet: DC, 12 and 58. RGB value is (220,18,88). Sum of RGB (Red+Green+Blue) = 220+18+88=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1258 is #23EDA7. Grayscale: #565656. Windows color (decimal): -2354600 or 5771996. OLE color: 5771996.

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

Color convert

RGB2201888-
CMYK00.920.60.14
HSL339.21º84.87%46.67%-
HSV(B)339.21º91.82%86.27%-
XYZ31.4916.3510.73-
YUV86.38128.92223.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 67.48%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=67.48%
G=5.52%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220188800.920.60.14339.2184.8746.67
HexDC125805C3CE153552f
Octal334221300134741652312557
Binary110111001001010110000101110011110011101010100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc1258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc1258; }

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

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

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

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

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

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

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

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