#DC779D

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

Shades of Pale Violet Red #DC779D

Tints of Pale Violet Red #DC779D

Color information

#DC779D (or 0xDC779D) is unknown color: approx Pale Violet Red. HEX triplet: DC, 77 and 9D. RGB value is (220,119,157). Sum of RGB (Red+Green+Blue) = 220+119+157=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC779D is #238862. Grayscale: #999999. Windows color (decimal): -2328675 or 10319836. OLE color: 10319836.

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

Color convert

RGB220119157-
CMYK00.460.290.14
HSL337.43º59.06%66.47%-
HSV(B)337.43º45.91%86.27%-
XYZ42.230.8435.63-
YUV153.53129.96175.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.35%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=44.35%
G=23.99%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011915700.460.290.14337.4359.0666.47
HexDC779D02E1DE1513b42
Octal334167235056351652173102
Binary1101110011101111001110101011101110111101010100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC779D; }

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

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

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

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

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

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

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

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