#DC196A

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

Shades of Ruby #DC196A

Tints of Ruby #DC196A

Color information

#DC196A (or 0xDC196A) is unknown color: approx Ruby. HEX triplet: DC, 19 and 6A. RGB value is (220,25,106). Sum of RGB (Red+Green+Blue) = 220+25+106=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC196A is #23E695. Grayscale: #5C5C5C. Windows color (decimal): -2352790 or 6953436. OLE color: 6953436.

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

Color convert

RGB22025106-
CMYK00.890.520.14
HSL335.08º79.59%48.04%-
HSV(B)335.08º88.64%86.27%-
XYZ32.4616.9515.2-
YUV92.54135.6218.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.68%
GREEN value IS 25 (10.16% from 255) = 7.12%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=62.68%
G=7.12%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202510600.890.520.14335.0879.5948.04
HexDC196A05934E14f5030
Octal334311520131641651712060
Binary110111001100111010100101100111010011101010011111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC196A; }

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

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

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

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

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

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

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

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