Html Css Color HEX #DC7DA3 Pale Violet Red

📋 copy color: '#DC7DA3'

red 220 ◦ green 125 ◦ blue 163

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

Shades of Pale Violet Red #DC7DA3

Tints of Pale Violet Red #DC7DA3

RGB

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

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

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

R = 43.31%
G = 24.61%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC7DA3 (or 0xDC7DA3) is known color: Pale Violet Red. HEX triplet: DC, 7D and A3. RGB value is (220,125,163). Sum of RGB (Red+Green+Blue) = 220+125+163=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DA3 is #23825C. Grayscale: #9D9D9D. Windows color (decimal): -2327133 or 10714588. OLE color: 10714588.

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

Color convert

RGB 220 125 163 -
CMYK 0 0.43 0.26 0.14
HSL 336º 0.58% 0.68% -
HSV(B) 336º 0.43% 0.86% -
XYZ 43.46 32.53 38.64 -
YUV 157.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 220 125 163 0 0.43 0.26 0.14 336 0.58 0.68
Hex DC 7D A3 0 2B 1A E 150 3A 44
Octal 334 175 243 0 53 32 16 520 72 104
Binary 11011100 1111101 10100011 0 101011 11010 1110 101010000 111010 1000100

Color Harmonies of #DC7DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DA3

Black with #DC7DA3

Text Example


Text Example

White with #DC7DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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