Html Css Color HEX #DC71A5 Pale Violet Red

📋 copy color: '#DC71A5'

red 220 ◦ green 113 ◦ blue 165

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

Shades of Pale Violet Red #DC71A5

Tints of Pale Violet Red #DC71A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 44.18%
G = 22.69%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC71A5 (or 0xDC71A5) is known color: Pale Violet Red. HEX triplet: DC, 71 and A5. RGB value is (220,113,165). Sum of RGB (Red+Green+Blue) = 220+113+165=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC71A5 is #238E5A. Grayscale: #969696. Windows color (decimal): -2330203 or 10842588. OLE color: 10842588.

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

Color convert

RGB 220 113 165 -
CMYK 0 0.49 0.25 0.14
HSL 330.84º 0.6% 0.65% -
HSV(B) 330.84º 0.49% 0.86% -
XYZ 42.21 29.74 39.11 -
YUV 150.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 220 113 165 0 0.49 0.25 0.14 330.84 0.6 0.65
Hex DC 71 A5 0 31 19 E 14B 3C 41
Octal 334 161 245 0 61 31 16 513 74 101
Binary 11011100 1110001 10100101 0 110001 11001 1110 101001011 111100 1000001

Color Harmonies of #DC71A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71A5

Black with #DC71A5

Text Example


Text Example

White with #DC71A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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