#DC77AB

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

Shades of Pale Violet Red #DC77AB

Tints of Pale Violet Red #DC77AB

Color information

#DC77AB (or 0xDC77AB) is unknown color: approx Pale Violet Red. HEX triplet: DC, 77 and AB. RGB value is (220,119,171). Sum of RGB (Red+Green+Blue) = 220+119+171=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77AB is #238854. Grayscale: #9B9B9B. Windows color (decimal): -2328661 or 11237340. OLE color: 11237340.

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

Color convert

RGB220119171-
CMYK00.460.220.14
HSL329.11º59.06%66.47%-
HSV(B)329.11º45.91%86.27%-
XYZ43.4631.3542.29-
YUV155.13136.96174.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=43.14%
G=23.33%
B=33.53%

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
Decimal22011917100.460.220.14329.1159.0666.47
HexDC77AB02E16E1493b42
Octal334167253056261651173102
Binary1101110011101111010101101011101011011101010010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77AB; }

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

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

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

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

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

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

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

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