Html Css Color HEX #DC71A0 Pale Violet Red

📋 copy color: '#DC71A0'

red 220 ◦ green 113 ◦ blue 160

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

Shades of Pale Violet Red #DC71A0

Tints of Pale Violet Red #DC71A0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.92%

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

R = 44.62%
G = 22.92%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC71A0 (or 0xDC71A0) is known color: Pale Violet Red. HEX triplet: DC, 71 and A0. RGB value is (220,113,160). Sum of RGB (Red+Green+Blue) = 220+113+160=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC71A0 is #238E5F. Grayscale: #969696. Windows color (decimal): -2330208 or 10514908. OLE color: 10514908.

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

Color convert

RGB 220 113 160 -
CMYK 0 0.49 0.27 0.14
HSL 333.64º 0.6% 0.65% -
HSV(B) 333.64º 0.49% 0.86% -
XYZ 41.77 29.56 36.76 -
YUV 150.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 220 113 160 0 0.49 0.27 0.14 333.64 0.6 0.65
Hex DC 71 A0 0 31 1B E 14E 3C 41
Octal 334 161 240 0 61 33 16 516 74 101
Binary 11011100 1110001 10100000 0 110001 11011 1110 101001110 111100 1000001

Color Harmonies of #DC71A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71A0

Black with #DC71A0

Text Example


Text Example

White with #DC71A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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