#DC7193

Color #DC7193 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC7193

Tints of Pale Violet Red #DC7193

Color information

#DC7193 (or 0xDC7193) is unknown color: approx Pale Violet Red. HEX triplet: DC, 71 and 93. RGB value is (220,113,147). Sum of RGB (Red+Green+Blue) = 220+113+147=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7193 is #238E6C. Grayscale: #949494. Windows color (decimal): -2330221 or 9662940. OLE color: 9662940.

HSL color Cylindrical-coordinate representation of color #DC7193: hue angle of 340.93º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7193 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220113147-
CMYK00.490.330.14
HSL340.93º60.45%65.29%-
HSV(B)340.93º48.64%86.27%-
XYZ40.6929.1331.08-
YUV148.87126.95178.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=45.83%
G=23.54%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011314700.490.330.14340.9360.4565.29
HexDC719303121E1553c41
Octal334161223061411652574101
Binary11011100111000110010011011000110000111101010101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7193; }

 p { color: rgb(220,113,147); }

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

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

 a { background-color: rgb(220,113,147); }

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

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

 span { border-color: rgb(220,113,147); }

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