#DC7194

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

Shades of Pale Violet Red #DC7194

Tints of Pale Violet Red #DC7194

Color information

#DC7194 (or 0xDC7194) is unknown color: approx Pale Violet Red. HEX triplet: DC, 71 and 94. RGB value is (220,113,148). Sum of RGB (Red+Green+Blue) = 220+113+148=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7194 is #238E6B. Grayscale: #949494. Windows color (decimal): -2330220 or 9728476. OLE color: 9728476.

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

Color convert

RGB220113148-
CMYK00.490.330.14
HSL340.37º60.45%65.29%-
HSV(B)340.37º48.64%86.27%-
XYZ40.7729.1631.5-
YUV148.98127.45178.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=45.74%
G=23.49%
B=30.77%

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
Decimal22011314800.490.330.14340.3760.4565.29
HexDC719403121E1543c41
Octal334161224061411652474101
Binary11011100111000110010100011000110000111101010101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7194; }

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

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

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

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

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

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

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

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