Html Css Color HEX #DC7DA1 Pale Violet Red

📋 copy color: '#DC7DA1'

red 220 ◦ green 125 ◦ blue 161

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

Shades of Pale Violet Red #DC7DA1

Tints of Pale Violet Red #DC7DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 43.48%
G = 24.7%
B = 31.82%

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

#DC7DA1 (or 0xDC7DA1) is known color: Pale Violet Red. HEX triplet: DC, 7D and A1. RGB value is (220,125,161). Sum of RGB (Red+Green+Blue) = 220+125+161=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DA1 is #23825E. Grayscale: #9D9D9D. Windows color (decimal): -2327135 or 10583516. OLE color: 10583516.

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

Color convert

RGB 220 125 161 -
CMYK 0 0.43 0.27 0.14
HSL 337.26º 0.58% 0.68% -
HSV(B) 337.26º 0.43% 0.86% -
XYZ 43.28 32.46 37.7 -
YUV 157.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 220 125 161 0 0.43 0.27 0.14 337.26 0.58 0.68
Hex DC 7D A1 0 2B 1B E 151 3A 44
Octal 334 175 241 0 53 33 16 521 72 104
Binary 11011100 1111101 10100001 0 101011 11011 1110 101010001 111010 1000100

Color Harmonies of #DC7DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DA1

Black with #DC7DA1

Text Example


Text Example

White with #DC7DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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