#DC77A7

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

Shades of Pale Violet Red #DC77A7

Tints of Pale Violet Red #DC77A7

Color information

#DC77A7 (or 0xDC77A7) is unknown color: approx Pale Violet Red. HEX triplet: DC, 77 and A7. RGB value is (220,119,167). Sum of RGB (Red+Green+Blue) = 220+119+167=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77A7 is #238858. Grayscale: #9A9A9A. Windows color (decimal): -2328665 or 10975196. OLE color: 10975196.

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

Color convert

RGB220119167-
CMYK00.460.240.14
HSL331.49º59.06%66.47%-
HSV(B)331.49º45.91%86.27%-
XYZ43.0931.240.31-
YUV154.67134.96174.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=43.48%
G=23.52%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011916700.460.240.14331.4959.0666.47
HexDC77A702E18E14b3b42
Octal334167247056301651373102
Binary1101110011101111010011101011101100011101010010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77A7; }

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

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

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

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

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

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

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

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