Html Css Color HEX #DC76A0 Pale Violet Red

📋 copy color: '#DC76A0'

red 220 ◦ green 118 ◦ blue 160

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

Shades of Pale Violet Red #DC76A0

Tints of Pale Violet Red #DC76A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 44.18%
G = 23.69%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC76A0 (or 0xDC76A0) is known color: Pale Violet Red. HEX triplet: DC, 76 and A0. RGB value is (220,118,160). Sum of RGB (Red+Green+Blue) = 220+118+160=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76A0 is #23895F. Grayscale: #999999. Windows color (decimal): -2328928 or 10516188. OLE color: 10516188.

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

Color convert

RGB 220 118 160 -
CMYK 0 0.46 0.27 0.14
HSL 335.29º 0.59% 0.66% -
HSV(B) 335.29º 0.46% 0.86% -
XYZ 42.34 30.71 36.95 -
YUV 153.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 220 118 160 0 0.46 0.27 0.14 335.29 0.59 0.66
Hex DC 76 A0 0 2E 1B E 14F 3B 42
Octal 334 166 240 0 56 33 16 517 73 102
Binary 11011100 1110110 10100000 0 101110 11011 1110 101001111 111011 1000010

Color Harmonies of #DC76A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76A0

Black with #DC76A0

Text Example


Text Example

White with #DC76A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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