Html Css Color HEX #DC71A9 Pale Violet Red

📋 copy color: '#DC71A9'

red 220 ◦ green 113 ◦ blue 169

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

Shades of Pale Violet Red #DC71A9

Tints of Pale Violet Red #DC71A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.67%

R = 43.82%
G = 22.51%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC71A9 (or 0xDC71A9) is known color: Pale Violet Red. HEX triplet: DC, 71 and A9. RGB value is (220,113,169). Sum of RGB (Red+Green+Blue) = 220+113+169=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC71A9 is #238E56. Grayscale: #979797. Windows color (decimal): -2330199 or 11104732. OLE color: 11104732.

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

Color convert

RGB 220 113 169 -
CMYK 0 0.49 0.23 0.14
HSL 328.6º 0.6% 0.65% -
HSV(B) 328.6º 0.49% 0.86% -
XYZ 42.58 29.89 41.06 -
YUV 151.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 220 113 169 0 0.49 0.23 0.14 328.6 0.6 0.65
Hex DC 71 A9 0 31 17 E 149 3C 41
Octal 334 161 251 0 61 27 16 511 74 101
Binary 11011100 1110001 10101001 0 110001 10111 1110 101001001 111100 1000001

Color Harmonies of #DC71A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71A9

Black with #DC71A9

Text Example


Text Example

White with #DC71A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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