#DC196B

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

Shades of Ruby #DC196B

Tints of Ruby #DC196B

Color information

#DC196B (or 0xDC196B) is unknown color: approx Ruby. HEX triplet: DC, 19 and 6B. RGB value is (220,25,107). Sum of RGB (Red+Green+Blue) = 220+25+107=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC196B is #23E694. Grayscale: #5C5C5C. Windows color (decimal): -2352789 or 7018972. OLE color: 7018972.

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

Color convert

RGB22025107-
CMYK00.890.510.14
HSL334.77º79.59%48.04%-
HSV(B)334.77º88.64%86.27%-
XYZ32.5216.9715.47-
YUV92.65136.1218.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.5%
GREEN value IS 25 (10.16% from 255) = 7.10%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=62.5%
G=7.10%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202510700.890.510.14334.7779.5948.04
HexDC196B05933E14f5030
Octal334311530131631651712060
Binary110111001100111010110101100111001111101010011111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC196B; }

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

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

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

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

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

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

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

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