#DC7794

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

Shades of Pale Violet Red #DC7794

Tints of Pale Violet Red #DC7794

Color information

#DC7794 (or 0xDC7794) is unknown color: approx Pale Violet Red. HEX triplet: DC, 77 and 94. RGB value is (220,119,148). Sum of RGB (Red+Green+Blue) = 220+119+148=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7794 is #23886B. Grayscale: #989898. Windows color (decimal): -2328684 or 9730012. OLE color: 9730012.

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

Color convert

RGB220119148-
CMYK00.460.330.14
HSL342.77º59.06%66.47%-
HSV(B)342.77º45.91%86.27%-
XYZ41.4630.5531.73-
YUV152.5125.46176.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=45.17%
G=24.44%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011914800.460.330.14342.7759.0666.47
HexDC779402E21E1573b42
Octal334167224056411652773102
Binary11011100111011110010100010111010000111101010101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7794; }

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

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

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

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

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

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

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

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