#DC6794

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

Shades of Pale Violet Red #DC6794

Tints of Pale Violet Red #DC6794

Color information

#DC6794 (or 0xDC6794) is unknown color: approx Pale Violet Red. HEX triplet: DC, 67 and 94. RGB value is (220,103,148). Sum of RGB (Red+Green+Blue) = 220+103+148=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6794 is #23986B. Grayscale: #8F8F8F. Windows color (decimal): -2332780 or 9725916. OLE color: 9725916.

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

Color convert

RGB220103148-
CMYK00.530.330.14
HSL336.92º62.57%63.33%-
HSV(B)336.92º53.18%86.27%-
XYZ39.7127.0531.15-
YUV143.11130.76182.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=46.71%
G=21.87%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010314800.530.330.14336.9262.5763.33
HexDC679403521E1513f3f
Octal33414722406541165217777
Binary1101110011001111001010001101011000011110101010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6794; }

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

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

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

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

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

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

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

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