#DC1672

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

Shades of Ruby #DC1672

Tints of Ruby #DC1672

Color information

#DC1672 (or 0xDC1672) is unknown color: approx Ruby. HEX triplet: DC, 16 and 72. RGB value is (220,22,114). Sum of RGB (Red+Green+Blue) = 220+22+114=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1672 is #23E98D. Grayscale: #5B5B5B. Windows color (decimal): -2353550 or 7476956. OLE color: 7476956.

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

Color convert

RGB22022114-
CMYK00.90.480.14
HSL332.12º81.82%47.45%-
HSV(B)332.12º90%86.27%-
XYZ32.841717.47-
YUV91.69140.6219.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.80%
GREEN value IS 22 (8.98% from 255) = 6.18%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=61.80%
G=6.18%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202211400.90.480.14332.1281.8247.45
HexDC167205A30E14c522f
Octal334261620132601651412257
Binary110111001011011100100101101011000011101010011001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1672; }

 p { color: rgb(220,22,114); }

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

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

 a { background-color: rgb(220,22,114); }

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

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

 span { border-color: rgb(220,22,114); }

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