Html Css Color HEX #DC77A6 Pale Violet Red

📋 copy color: '#DC77A6'

red 220 ◦ green 119 ◦ blue 166

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

Shades of Pale Violet Red #DC77A6

Tints of Pale Violet Red #DC77A6

RGB

 RED value IS 220 (86.33% from 255) = 43.56%

 GREEN value IS 119 (46.88% from 255) = 23.56%

 BLUE value IS 166 (65.23% from 255) = 32.87%

R = 43.56%
G = 23.56%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC77A6 (or 0xDC77A6) is known color: Pale Violet Red. HEX triplet: DC, 77 and A6. RGB value is (220,119,166). Sum of RGB (Red+Green+Blue) = 220+119+166=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77A6 is #238859. Grayscale: #9A9A9A. Windows color (decimal): -2328666 or 10909660. OLE color: 10909660.

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

Color convert

RGB 220 119 166 -
CMYK 0 0.46 0.25 0.14
HSL 332.08º 0.59% 0.66% -
HSV(B) 332.08º 0.46% 0.86% -
XYZ 42.99 31.16 39.83 -
YUV 154.56 134.46 174.68 -
System Red Green Blue C M Y K H S L
Decimal 220 119 166 0 0.46 0.25 0.14 332.08 0.59 0.66
Hex DC 77 A6 0 2E 19 E 14C 3B 42
Octal 334 167 246 0 56 31 16 514 73 102
Binary 11011100 1110111 10100110 0 101110 11001 1110 101001100 111011 1000010

Color Harmonies of #DC77A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77A6

Black with #DC77A6

Text Example


Text Example

White with #DC77A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77A6; }

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

 H1.HeaderClassName
 {
   color: #DC77A6;
 }
 .AnyTagClassName
 {
   color: #DC77A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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