#DC1968

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

Shades of Ruby #DC1968

Tints of Ruby #DC1968

Color information

#DC1968 (or 0xDC1968) is unknown color: approx Ruby. HEX triplet: DC, 19 and 68. RGB value is (220,25,104). Sum of RGB (Red+Green+Blue) = 220+25+104=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1968 is #23E697. Grayscale: #5C5C5C. Windows color (decimal): -2352792 or 6822364. OLE color: 6822364.

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

Color convert

RGB22025104-
CMYK00.890.530.14
HSL335.69º79.59%48.04%-
HSV(B)335.69º88.64%86.27%-
XYZ32.3616.9114.66-
YUV92.31134.6219.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.04%
GREEN value IS 25 (10.16% from 255) = 7.16%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=63.04%
G=7.16%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202510400.890.530.14335.6979.5948.04
HexDC196805935E1505030
Octal334311500131651652012060
Binary110111001100111010000101100111010111101010100001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1968; }

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

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

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

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

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

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

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

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