Html Css Color HEX #DC779D Pale Violet Red

📋 copy color: '#DC779D'

red 220 ◦ green 119 ◦ blue 157

#DC779D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DC779D

Tints of Pale Violet Red #DC779D

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 value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC779D (or 0xDC779D) is known color: 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

RGB 220 119 157 -
CMYK 0 0.46 0.29 0.14
HSL 337.43º 0.59% 0.66% -
HSV(B) 337.43º 0.46% 0.86% -
XYZ 42.2 30.84 35.63 -
YUV 153.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 220 119 157 0 0.46 0.29 0.14 337.43 0.59 0.66
Hex DC 77 9D 0 2E 1D E 151 3B 42
Octal 334 167 235 0 56 35 16 521 73 102
Binary 11011100 1110111 10011101 0 101110 11101 1110 101010001 111011 1000010

Color Harmonies of #DC779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC779D

Black with #DC779D

Text Example


Text Example

White with #DC779D

Text Example


Text Example

HTML Codes & Css Web 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>