Html Css Color HEX #DC7DA0 Pale Violet Red

📋 copy color: '#DC7DA0'

red 220 ◦ green 125 ◦ blue 160

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

Shades of Pale Violet Red #DC7DA0

Tints of Pale Violet Red #DC7DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.75%

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

R = 43.56%
G = 24.75%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC7DA0 (or 0xDC7DA0) is known color: Pale Violet Red. HEX triplet: DC, 7D and A0. RGB value is (220,125,160). Sum of RGB (Red+Green+Blue) = 220+125+160=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DA0 is #23825F. Grayscale: #9D9D9D. Windows color (decimal): -2327136 or 10517980. OLE color: 10517980.

HSL color Cylindrical-coordinate representation of color #DC7DA0: hue angle of 337.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DA0 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 160 -
CMYK 0 0.43 0.27 0.14
HSL 337.89º 0.58% 0.68% -
HSV(B) 337.89º 0.43% 0.86% -
XYZ 43.19 32.42 37.24 -
YUV 157.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 220 125 160 0 0.43 0.27 0.14 337.89 0.58 0.68
Hex DC 7D A0 0 2B 1B E 152 3A 44
Octal 334 175 240 0 53 33 16 522 72 104
Binary 11011100 1111101 10100000 0 101011 11011 1110 101010010 111010 1000100

Color Harmonies of #DC7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DA0

Black with #DC7DA0

Text Example


Text Example

White with #DC7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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