Html Css Color HEX #DC76A3 Pale Violet Red

📋 copy color: '#DC76A3'

red 220 ◦ green 118 ◦ blue 163

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

Shades of Pale Violet Red #DC76A3

Tints of Pale Violet Red #DC76A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.53%

R = 43.91%
G = 23.55%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC76A3 (or 0xDC76A3) is known color: Pale Violet Red. HEX triplet: DC, 76 and A3. RGB value is (220,118,163). Sum of RGB (Red+Green+Blue) = 220+118+163=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76A3 is #23895C. Grayscale: #999999. Windows color (decimal): -2328925 or 10712796. OLE color: 10712796.

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

Color convert

RGB 220 118 163 -
CMYK 0 0.46 0.26 0.14
HSL 333.53º 0.59% 0.66% -
HSV(B) 333.53º 0.46% 0.86% -
XYZ 42.6 30.82 38.35 -
YUV 153.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 220 118 163 0 0.46 0.26 0.14 333.53 0.59 0.66
Hex DC 76 A3 0 2E 1A E 14E 3B 42
Octal 334 166 243 0 56 32 16 516 73 102
Binary 11011100 1110110 10100011 0 101110 11010 1110 101001110 111011 1000010

Color Harmonies of #DC76A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76A3

Black with #DC76A3

Text Example


Text Example

White with #DC76A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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