#DC1368

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

Shades of Ruby #DC1368

Tints of Ruby #DC1368

Color information

#DC1368 (or 0xDC1368) is unknown color: approx Ruby. HEX triplet: DC, 13 and 68. RGB value is (220,19,104). Sum of RGB (Red+Green+Blue) = 220+19+104=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1368 is #23EC97. Grayscale: #585858. Windows color (decimal): -2354328 or 6820828. OLE color: 6820828.

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

Color convert

RGB22019104-
CMYK00.910.530.14
HSL334.63º84.1%46.86%-
HSV(B)334.63º91.36%86.27%-
XYZ32.2516.6814.62-
YUV88.79136.59221.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.14%
GREEN value IS 19 (7.81% from 255) = 5.54%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=64.14%
G=5.54%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201910400.910.530.14334.6384.146.86
HexDC136805B35E14f542f
Octal334231500133651651712457
Binary110111001001111010000101101111010111101010011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1368; }

 p { color: rgb(220,19,104); }

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

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

 a { background-color: rgb(220,19,104); }

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

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

 span { border-color: rgb(220,19,104); }

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