#DC77AC

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

Shades of Pale Violet Red #DC77AC

Tints of Pale Violet Red #DC77AC

Color information

#DC77AC (or 0xDC77AC) is unknown color: approx Pale Violet Red. HEX triplet: DC, 77 and AC. RGB value is (220,119,172). Sum of RGB (Red+Green+Blue) = 220+119+172=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77AC is #238853. Grayscale: #9B9B9B. Windows color (decimal): -2328660 or 11302876. OLE color: 11302876.

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

Color convert

RGB220119172-
CMYK00.460.220.14
HSL328.51º59.06%66.47%-
HSV(B)328.51º45.91%86.27%-
XYZ43.5631.3942.79-
YUV155.24137.46174.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=43.05%
G=23.29%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011917200.460.220.14328.5159.0666.47
HexDC77AC02E16E1493b42
Octal334167254056261651173102
Binary1101110011101111010110001011101011011101010010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77AC; }

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

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

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

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

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

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

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

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