#DC196C

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

Shades of Ruby #DC196C

Tints of Ruby #DC196C

Color information

#DC196C (or 0xDC196C) is unknown color: approx Ruby. HEX triplet: DC, 19 and 6C. RGB value is (220,25,108). Sum of RGB (Red+Green+Blue) = 220+25+108=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC196C is #23E693. Grayscale: #5C5C5C. Windows color (decimal): -2352788 or 7084508. OLE color: 7084508.

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

Color convert

RGB22025108-
CMYK00.890.510.14
HSL334.46º79.59%48.04%-
HSV(B)334.46º88.64%86.27%-
XYZ32.5716.9915.75-
YUV92.77136.6218.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.32%
GREEN value IS 25 (10.16% from 255) = 7.08%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=62.32%
G=7.08%
B=30.59%

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
Decimal2202510800.890.510.14334.4679.5948.04
HexDC196C05933E14e5030
Octal334311540131631651612060
Binary110111001100111011000101100111001111101010011101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC196C; }

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

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

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

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

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

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

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

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