Html Css Color HEX #DC76AD Pale Violet Red

📋 copy color: '#DC76AD'

red 220 ◦ green 118 ◦ blue 173

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

Shades of Pale Violet Red #DC76AD

Tints of Pale Violet Red #DC76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

 BLUE value IS 173 (67.97% from 255) = 33.86%

R = 43.05%
G = 23.09%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC76AD (or 0xDC76AD) is known color: Pale Violet Red. HEX triplet: DC, 76 and AD. RGB value is (220,118,173). Sum of RGB (Red+Green+Blue) = 220+118+173=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76AD is #238952. Grayscale: #9A9A9A. Windows color (decimal): -2328915 or 11368156. OLE color: 11368156.

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

Color convert

RGB 220 118 173 -
CMYK 0 0.46 0.21 0.14
HSL 327.65º 0.59% 0.66% -
HSV(B) 327.65º 0.46% 0.86% -
XYZ 43.54 31.19 43.26 -
YUV 154.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 220 118 173 0 0.46 0.21 0.14 327.65 0.59 0.66
Hex DC 76 AD 0 2E 15 E 148 3B 42
Octal 334 166 255 0 56 25 16 510 73 102
Binary 11011100 1110110 10101101 0 101110 10101 1110 101001000 111011 1000010

Color Harmonies of #DC76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76AD

Black with #DC76AD

Text Example


Text Example

White with #DC76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76AD; }

 p { color: rgb(220,118,173); }

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

background-color css

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

 a { background-color: rgb(220,118,173); }

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

border-color css

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

 span { border-color: rgb(220,118,173); }

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