Html Css Color HEX #DC73AB Pale Violet Red

📋 copy color: '#DC73AB'

red 220 ◦ green 115 ◦ blue 171

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

Shades of Pale Violet Red #DC73AB

Tints of Pale Violet Red #DC73AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 43.48%
G = 22.73%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC73AB (or 0xDC73AB) is known color: Pale Violet Red. HEX triplet: DC, 73 and AB. RGB value is (220,115,171). Sum of RGB (Red+Green+Blue) = 220+115+171=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC73AB is #238C54. Grayscale: #989898. Windows color (decimal): -2329685 or 11236316. OLE color: 11236316.

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

Color convert

RGB 220 115 171 -
CMYK 0 0.48 0.22 0.14
HSL 328º 0.6% 0.66% -
HSV(B) 328º 0.48% 0.86% -
XYZ 43 30.42 42.13 -
YUV 152.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 220 115 171 0 0.48 0.22 0.14 328 0.6 0.66
Hex DC 73 AB 0 30 16 E 148 3C 42
Octal 334 163 253 0 60 26 16 510 74 102
Binary 11011100 1110011 10101011 0 110000 10110 1110 101001000 111100 1000010

Color Harmonies of #DC73AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73AB

Black with #DC73AB

Text Example


Text Example

White with #DC73AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73AB; }

 p { color: rgb(220,115,171); }

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

background-color css

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

 a { background-color: rgb(220,115,171); }

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

border-color css

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

 span { border-color: rgb(220,115,171); }

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