#DC1C6E

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

Shades of Ruby #DC1C6E

Tints of Ruby #DC1C6E

Color information

#DC1C6E (or 0xDC1C6E) is unknown color: approx Ruby. HEX triplet: DC, 1C and 6E. RGB value is (220,28,110). Sum of RGB (Red+Green+Blue) = 220+28+110=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C6E is #23E391. Grayscale: #5E5E5E. Windows color (decimal): -2352018 or 7216348. OLE color: 7216348.

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

Color convert

RGB22028110-
CMYK00.870.500.14
HSL334.38º77.42%48.63%-
HSV(B)334.38º87.27%86.27%-
XYZ32.7417.1716.34-
YUV94.76136.61217.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.45%
GREEN value IS 28 (11.33% from 255) = 7.82%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=61.45%
G=7.82%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202811000.870.500.14334.3877.4248.63
HexDC1C6E05732E14e4d31
Octal334341560127621651611561
Binary110111001110011011100101011111001011101010011101001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1C6E; }

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

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

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

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

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

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

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

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