Html Css Color HEX #DC77A9 Pale Violet Red

📋 copy color: '#DC77A9'

red 220 ◦ green 119 ◦ blue 169

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

Shades of Pale Violet Red #DC77A9

Tints of Pale Violet Red #DC77A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.27%

R = 43.31%
G = 23.43%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC77A9 (or 0xDC77A9) is known color: Pale Violet Red. HEX triplet: DC, 77 and A9. RGB value is (220,119,169). Sum of RGB (Red+Green+Blue) = 220+119+169=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77A9 is #238856. Grayscale: #9A9A9A. Windows color (decimal): -2328663 or 11106268. OLE color: 11106268.

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

Color convert

RGB 220 119 169 -
CMYK 0 0.46 0.23 0.14
HSL 330.3º 0.59% 0.66% -
HSV(B) 330.3º 0.46% 0.86% -
XYZ 43.27 31.27 41.29 -
YUV 154.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 220 119 169 0 0.46 0.23 0.14 330.3 0.59 0.66
Hex DC 77 A9 0 2E 17 E 14A 3B 42
Octal 334 167 251 0 56 27 16 512 73 102
Binary 11011100 1110111 10101001 0 101110 10111 1110 101001010 111011 1000010

Color Harmonies of #DC77A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77A9

Black with #DC77A9

Text Example


Text Example

White with #DC77A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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